@charset "utf-8";
/* CSS Document */


body{
font-family:Geneva, Arial, Helvetica, sans-serif
}

.site-logo-link{
	display: block;
	color: inherit;
	text-decoration: none;
}

.site-logo-link:hover{
	background: transparent;
}

h1, h2, h3, h4{
	margin: 2px;
	color: #28A9B9;
	text-align : center;
}

a{
color: #00008B;
text-decoration: none;
}

br.b{
clear: both;
}
img{
border: none;
}

a:visited{
	color: #8B0000;
}

 a:active{
	color: Silver;
}
  a:hover{
	color : White;
	background : #28A9B9;
} 

UL LI{
	font-family : Verdana;
	font-size : medium;
	font-weight : normal;
	list-style-type : none;
}
p.normaltext{
	font-family : Arial;
	font-size : medium;
}
.smaller{
	font-size: 	xx-small;
}

.red{
	color: red;
	font : bold;
}
#mid{
	text-align : center;
}
#red{
color: red;
}
