﻿/* CSS Document */

html, body {	
 	background-color:#330099;
}

body, div, td {
	color:White;
}

a, a:link, a:visited {
	color:white;
	text-decoration:underline;	
	}
a:hover {
	text-decoration:underline;	
	}

#contentRight
{
	width:230px;
	margin-left:20px;	
	float:left;
	}
	
#contentMain
{
	width:740px;
	height:512px;
	float:left;
	background-color:White;
	}
	
	
	
	
	
