/* CSS Document */
h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
	color: #0811cb;
	text-decoration: none;
	font-size: 24px;
}
h1 {
	font-size: 36px;
	font-style: oblique;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	font-style: italic;
	font-weight: lighter	;
	color: #0066FF;
	text-decoration: none;
	background-color: #ffffff;
}

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	color: #0811cb;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	color: #0811cb;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	color: #0811cb;
	text-decoration: none;
}

