
h1 {
		text-align:center;
		font-weight:normal;
		font-family:Verdana;
		font-size:25;
		color:black;
		
} 

p { 
		font-family:Verdana;
		font-weight:normal;
		font-style:normal;
		font-size:18;
		color:black;
} 

th{
		font-family:Verdana;
		font-weight:bold;
		font-style:normal;
		font-size:18;
		color:black;

}

td{
		font-family:Verdana;
		font-weight:normal;
		font-style:normal;
		font-size:18;
		color:black;

}

img:link{		
		color:black;
}

img:visited{		
		color:black;
}

img:active{		
		color:black;
}

a:link{ 
		color: black;
}

a:visited{ 
		color: black;
}

a:active{ 
		color: black;
}