.borders {
		border-left-style: solid;
		border-left-color: 7465DC;
		border-left-width: 5px;
		}

body	{
	background-color: #000000;
	color: #7465DC;
	font-family: Arial;
	font-size: 10pt;
	}

table	{
	width: 600px;
	height: 400px;
	cell-spacing: 4;
	cell-padding: 4;
	}

p	{
	font-size: 10pt;
	}

a:link {
	color: #7465DC;
	text-decoration: none;
	}

a:visited {
	color: #7465DC;
	text-decoration: none;
	}

a:hover {
	color: #7465DC;
	text-decoration: underline;
	}

.big	{
	font-size: 12pt;
	font-weight: bold;
	}

.smaller	{
	font-size: 10pt;
	}

