/*Makes the 1 Heading below*/	
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:18px;
	line-height:28px;
	font-weight:900;
	color:#ae2825;
	}


/*Makes all text in a paragraph, or table arial size 12*/	
p,td,tr,table,body {
	font:14px helvetica, arial;
	}


/*All links will have these values*/	
a {
	color:#ae2825;
	font-size:12px;
	text-decoration:none;
	font-weight:500;
	font-family: helvetica, arial;
	}


/*Form buttons will this*/
.buttons { 
 font-family: Helvetica, Arial; 
 font-size: 10px; 
 background-color: #E0E0E0;
 margin: 0px;
 padding-top:1px; 
 padding-bottom:1px; 
 padding-right:2px; 
 padding-left:2px;
}