body {
	background: #FFFFFF url("../images/STbg.gif") no-repeat scroll 0% 0%;
	margin: 0px 40px 10px 0px;
}
h1 {
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 150%;
	
}
h2 {
	font-family: "Times New Roman", serif;
	font-weight: bold;
	font-size: 120%;
}
h5{
	font-family: arial, verdana, sans-serif;
	font-weight: 400;
	font-size: 12px;
} 
p {
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	text-iddent: 30px;
	margin: 15px 50px 5px 0px;
	padding-left: 5px;
}
td {
	font-family: "Times New Roman", serif;
	font-weight: bold;
}
a {
	color: blue;
}
a:link {
	color: green;
}
a:visited {
	color: orange;
}
a:active {
	background-color: red;
}
a:hover {
	text-transform: uppercase;
	font-weight:bold;
	color:blue;
	background-color:yellow;
}
