﻿a {
	border-style: none;
	background-position: 0px 0px;
	background-image: url('');
	background-repeat: repeat;
	background-attachment: scroll;
}
a:visited {
	color:   navy;
}
a:active {
	color:  navy;
}
a:hover {
	color:    red;
}
.clear {
	clear: both;
	height: 105px;
}
.center {
	text-align: center;
}
.float_left {
	float: left;
}
.image_left {
	float: left;
	margin: 5px;
}
.image_right {
	float: right;
}
