/* CSS Document */

main{
	background-color: #F2F2F2
	margin: 0px;
	padding: 0px;
	}
.style1 {font-size: x-large}
.style2 {
	font-size: large;
	font-weight: bold;
}
body {
	background-color: #909CAB;
	font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
	color: #0D1020;
}
a:link {
	color: #0D1020;
	text-decoration: none;
}
a:visited {
	color: #0D1020;
	text-decoration: none;
}
.style3 {font-size: 14px}
