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

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

a:link		{ font-weight: bold; text-decoration: none; color:#0033CC; }
a:visited 	{ font-weight: bold; text-decoration: none; color:#0033CC; }
a:hover		{ font-weight: bold; text-decoration: underline; color:#FF0000; }

p	{ margin:0 0 2 0 }