/*Stylesheet :: Face The street*/
html , body {
height : 100%; 
} 
body {
font-family :  Arial, Verdana, Helvetica, sans-serif; 
font-size : 12px; 
color : #333333; 
background-color : #E1E1E1; 
margin : 0; 
padding : 0; 
}

a:link , a:active , a:visited {
color : #0000FF; 
text-decoration : none; 
} 
a:hover {
color : #666666; 
text-decoration : underline; 
} 

a.menu { font-size : 13px; font-weight : bold; }
a.menu:link , a.menu:visited , a.menu:active{ 
color : #ffffff; text-decoration : none;
}
a.menu:hover { 
color : #CCCCCC; text-decoration : none;
}




td {
font-size : 12px; 
} 

.dgrey { background-color : #666666;}





