body {background-color: 000000;
	background-image: url('');
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-attachment: fixed;
	min-width: 750px;}

h1	{color: ffffff;
	background: blue;
	text-align: center;
	font-family: Arial;
	font-size: 16pt;
	}

p 	{font-family: Arial;
	font-size: 12pt;
	text-decoration: none;
	background: none;
	color: black;}

div 	{font-family: Verdana, Garamond;
	font-size: 12pt;
	text-decoration: none;
	background: gold;
	color: black;}

table.p {font-family: Verdana, Garamond;
	font-size: 8pt;
	text-decoration: none;
	background: f5e1af;
	color: black;}

hr	{color: red;}

h3	{color: ffffff;
	background: red;
	text-align: left;
	font-family: Arial;
	font-size: 14pt;
	}

tr.main {background: blue;}

tr.profile {background: green;}

a {text-decoration: none;
	background: transparent;
	font-family: Verdana, Garamond;
	font-size: 10pt;
	color: ffffff;}

a:hover {background-color: 000000;
		color: ffffff;
		text-decoration: underline;}

a.inside {text-decoration: none;
	background: transparent;
	font-family: Verdana, Garamond;
	font-size: 10pt;
	color: blue;}

a.inside:hover {background-color: 000000;
		color: ffffff;
		text-decoration: underline;}

table.main {width: 750;
		height: 100%;
		background-color: ffffff;
		align: center;
		valign: top;
		}