@charset "utf-8";
/* CSS Document */

a:link
{
	color: rgb(0,102,153);
}

body
{
	font-family: Arial, Helvetica;
	background-color: rgb(204,204,153);
	color:#063;
	text-align: center;
}

h1,h2,h3,h4,h5,h6
{
	font-family:"Times New Roman", Times, serif;
	color: #063;
}

h1
{
	color: rgb(0,153,153)
}
