/* CSS Document */

A	{ 
	color : #0000FF; text-decoration : none;
	}
A:active {  
	text-decoration : none ; color :#0000FF;
	}
A:hover {  
	text-decoration : none; color :#0000FF;
	}
A:visited {  
	text-decoration : none; color :#0000FF;
	}
A:visited:hover { 
	text-decoration : underline ; color :#1698EC;
}

html, body {
	margin: 0;
	padding: 0;
	}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style4 {color: #FF6600}
.style7 {font-size: 18px; font-family: Arial; color: #FF6600;}
.style8 {color: #000000}
.style9 {color: #0D85CC}
#center {height: 300px;
	width: 600px;
	margin-left: auto;
	margin-right: auto; padding-top:200px;}