﻿a:link { color:blue; text-decoration: none}
a:visited { color:purple; text-decoration: none}
a:hover { color: #3366CC; text-decoration: underline}
a:active { color: #000000; text-decoration: none}
body {
	background-color:#000000;
	padding: 0px;
	margin: 0px;
	font-family: arial, Helvetica, sans-serif;
}
.title {
	font-weight:bold;
}
.title_color {
	font-weight:bold;
	color:fuchsia;
}

