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

h1 {
font-size : 50px;
font-family : Verdana;
color : #e7e7e7;
text-decoration : none;
}

h2 {
font-size : 14px;
font-family : Verdana;
color : #e7e7e7;
text-decoration : bold;
}

a{
background-color: none;
color:#8b8b8b;
text-decoration:none;
}

a:hover{
background-color: none;
color:#ffffff;
text-decoration:none;