/* CSS Document */

body {
font-size: 12px;
font-family: Georgia, Times New Roman, Times, serif;
font-weight: 600;
color: #FFFFFF;
}

h1 {
color: #000000;
font-weight: bold;
font-size: 14px;
}

a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #FF0000;
}