p {
font-size : 12px;
font-family : tahoma;
color : #000000;
text-align : ;
margin : ;
} 


h1 {
font-family : tahoma;
color : #000000;
text-align : center;
} 

body {
font-size : 12px;
font-family : tahoma;
color : #000000;
background : #638CBA url() fixed repeat;
} 


a:visited, a:link, a:active {
font-weight : bold;
font-size : 12px;
font-family : tahoma;
color : #000000;
text-decoration : normal;
} 

a:link { 
	color: #000000;
	}
a:visited { 
	color: #003399;
	}
a:hover { 
	color: #ff0000;
	background-color: #ffffff;
	text-decoration: none;
	}
a:active { 
	color: #000000;
	}
