<style type="text/css">

/*Apply this class to the text you'd like a different link color. Text that 
 is not a link will appear in this style.*/

.navbar { color: #636052}

/*These are the 	link style definitions.*/

a.navbar:link { color: #636052}
a.navbar:visited { color: #636052}
a.navbar:hover { color: #FFFFFF}
a.navbar:active { color: #636052}

.texbar { color: #999999}

/*These are the 	link style definitions.*/

a.texbar:link { color: #999999}
a.texbar:visited { color: #999999}
a.texbar:hover { color: #FFFFFF}
a.texbar:active {color: #999999;

.buynow { color: #EF4401}

/*These are the 	link style definitions.*/

a.buynow:link { color: #EF4401}
a.buynow:visited { color: #EF4401}
a.buynow:hover { color: #FFFFFF}
a.buynow:active {color: #EF4401;

}

h1{
	font-size: 12px; color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
}

h2{
	font-size: 12px; color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
}


</style>