body {
	background: url(graph/bg.bmp);
	background-repeat: repeat;
	
}
div {
font-family: Century Gothic, sans-serif; 
color: navy; 
text-align: center; 
font-weight: bold; 
}

div.menu { 
position: static; 
font-size: 22px;
font-style: oblique;
} 

div.contacts { 
position: relative; 
font-size: 15px;
} 

div.menu a { 
display: block; 
}



div.menu a:first-child { border-top: none } 
div.menu a { border-top: 1px solid navy;
border-top-width: thin;
} 
div.menu a:link { text-decoration: none; color: navy;  text-shadow: red 2px 2px 2px;} 
div.menu a:visited { text-decoration: none; color: navy} 
div.menu a:hover { text-decoration: none; color: red}

div.contacts a:link { text-decoration: none; color: navy;  text-shadow: red 2px 2px 2px;} 
div.contacts a:visited { text-decoration: none; color: navy} 

div.logo a:link {
   text-decoration: none; color: none;
}
div.logo a:visited {
   text-decoration: none; color: none;
}
div.logo a:hover { text-decoration: none; color: green}

p, a {
font-family: Century Gothic, sans-serif;
font-weight: bold; 
color: navy; 
text-align: center; 
}

a.choice:link { text-decoration: none; color: navy;  text-shadow: red 2px 2px 2px;} 
a.choice:visited { text-decoration: none; color: navy} 
a.choice:hover { text-decoration: none; color: red}
