﻿/* CSS layout */
body {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	letter-spacing: 1px;
	padding: 0px;
	margin-top:40px;
}
a {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
}
a:active {
	color: #808000;
}
