@charset "utf-8";
/* CSS Document */

a:link
{
	color: #576372;
}
a:visited {
	color: #576372;
}
a:hover {
	color: #576372;
}
a:active {
	color: #576372;
}

body
{
margin-top:0px;
font-family:Verdana;
background:rgb(200,210,210);
color:rgb(0,0,0);
font-size:12px;
}

h1,h2,h3,h4,h5,h6
{
font-family:Verdana;
color:rgb(154,179,213);
}