﻿* {
	margin: 0;
	padding: 0;
}
body {
	font-family: arial, verdana, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #CCCCCC;
	}
a {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
}
a:link {
	color: #88D3E1;	
}
a:visited {
	color: #000000;
}
a:hover {
	color: #A9D1E9;
}
a:active {
	color: #88D3E1;
}
