/* CSS Document */
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline}
a{
	color: red;
	}
body {
	margin-left: 125px;
	margin-right: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: white;
}
.backcolor {
	background-color:red;
	border:red;
	}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.small{
	font-size: 10px;
	}
.title{
	font-size:20px;
	}
.maintitle{
	font-size:35px;
	}
