@charset "utf-8";

BODY {
	margin-top:0;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #330066;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}

.content {
	padding:10px;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

.or {
	color: #000000;
}

.or a:link {
	text-decoration: none;
	color: #000000;
}

a:link {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}


