body {
	background-color: #CCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 300 1rem/160% 'Hind Madurai', Trebuchet MS,sans-serif;
    color: #262626;
}
body,td,th {
	font-size: 24px;
	font-weight: bold;
}

a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}
a:active {
	color: #900;
	text-decoration: none;
}

a.H1:link {
	color: #FFF;
	text-decoration: none;
}
a.H1:visited {
	color: #FFF;
	text-decoration: none;
}
a.H1:hover {
	color: #FFF;
	text-decoration: none;
}
a.H1:active {
	color: #FFF;
	text-decoration: none;
}

H1 {
	font-size: 48px;
	font-style:inherit;
    color: #284974;	
}
H2 {
	font-size: 24px;
	font-style:inherit;
    color: #284974;	
}
H3 {
	font-size: 36px;
	font-style:inherit;
    color: #900;	
}
