/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #cc3300;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 100% tahoma;
 color: #cc33oo;
 margin: 0px;
 padding: 0px;
 align: center;
}