p{
font: 12px Verdana, Arial, Helvetica, sans-serif;
}

h1{
font: 19px Verdana, Arial, Helvetica, sans-serif;
}
h2{
font: 14px Verdana, Arial, Helvetica, sans-serif;
}

body {
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding:0px;
background-color: #990000;
text-align:center;
font: 10px Verdana, Arial, Helvetica, sans-serif;
font-family: Arial, Helvetica, sans-serif;
}


/* NORMAL TEXT SAMPLES*/
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	text-align: center;
	line-height: 130%;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}
.style4 {
	font-family: arial, verdana, trebruchet, tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.style5 {
	font-family: arial, verdana, trebruchet, tahoma;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
.style6 {
	font-family: "Comic Sans MS", "Times New Roman";
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
}
.style7 {
	font-family: comic sans ms, verdana, trebruchet, tahoma;
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
}
a {
	text-decoration: none;
	font-size: 14px;
	font-family: comic sans ms, verdana, trebruchet, tahoma;
	color: #cccccc;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	font-family: comic sans ms, verdana, trebruchet, tahoma;
	font-size: 14px;
	color: #cccccc;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-family: comic sans ms, verdana, trebruchet, tahoma;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
/*a:visited {
	text-decoration: none;
	font-family: arial, verdana, trebruchet, tahoma;
	font-size: 14px;
	color: #A52A2A;
	font-weight: bold;
}*/

