@charset "utf-8";
/* CSS Document */

body{ 
background-color:#c7c8c8;
margin: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#000000;
background-image:url(../images/back.jpg);
background-repeat:repeat-x;
}

h1{
color:#FFFFFF;
text-align:center;
border: #666666 2px solid;
}

h2{
color:#FFFFFF;
text-align:center;
}

a{
color:#FFFFFF;
list-style-type:none;
text-decoration: underline;
}

a:hover{
color:#CCCCCC;
list-style-type:none;
text-decoration: underline;
}

a:focus{
color:#CCCCCC;
list-style-type:none;
text-decoration: underline;
}

