﻿a {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #cd0000;
	text-decoration: underline;
}
.style_underline {
	text-decoration: underline
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

body
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #003366;
	color: #FFFFFF;
	font-size: 18px;
}
