BODY
{
}
H1
{
	font-weight: bold;
	font-size: 2em;
	color: blue;
	text-align: center;
}
H2
{
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}
H3
{
	font-size: 1.2em;
	text-decoration: underline;
}
.Heading
{
	background-color: #fffacd;
	border-right: blue thin solid;
	border-top: blue thin solid;
	border-left: blue thin solid;
	border-bottom: blue thin solid;
}
.MainMenu
{
	font-size: large;
	color: Blue;

}
.RO1
{
	color: Blue;
	cursor: default;
}
.RO2
{
	color: Red;
	cursor:pointer;
}
A:link
{
	color: Blue;
	text-decoration: none;
}
A:visited
{
	color: Blue;
	text-decoration: none;
}
A:hover
{
	color: Red;
	text-decoration: none;
}
.Response
{
	color: Blue;
}
