/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family	: Tahoma,Arial,Sans-serif;
	margin		: 0 0 0 0;
	color		: #FFFFFF;
	background:url(images/bg.jpg) top center no-repeat #000000;
}

a:link		{ font-weight: bold; text-decoration: none; color:#FFFF00; font-size:12px }
a:visited 	{ font-weight: bold; text-decoration: none; color:#FFFF00; font-size:12px }
a:hover		{ font-weight: bold; text-decoration: underline; color:#66FF00; font-size:14px }

p	{ margin:0 0 2 0 }
