html, body
{
	background-color: black;
	margin: 0;
	padding: 0;
	font-family: Georgia;
}

table
{
	color: white;
	border-spacing:1px;
	border-style: solid;
	border-color: white;
	font-family: Georgia;
}

h1
{
	font-family: Georgia;
}

h2
{
	font-family: Georgia;
	font-size: 20px;
}

p
{
	color: white;
}

#table-container
{
       width: 500px;
       margin: auto;
       padding-top: 30px;
       padding-left: 130px;
}


#page-container
{
	width: 875px;
	margin: auto;
	color: white;
	font-family: helvetica;
	padding-top: 40px;
        padding-bottom: 40px;
}

#left
{
	width: 252px;
	float: left;
}

#center
{
	width: 254px;
	float: left;
	text-align: center;
}

#right
{
	width: 252px;
	float: left;
}

#cv
{
	clear: both;
	width: 500px;
	padding-left:130px;
}

a:link              { color:white; text-decoration:underline; }
a:visited           { color:white; text-decoration:underline; }
a:hover             { color:white; text-decoration:underline; }
a:active            { color:white; text-decoration:underline; }

a.otherLink:link    { color:white; text-decoration:none; }
a.otherLink:visited { color:white; text-decoration:none; }
a.otherLink:hover   { color:white; text-decoration:underline; }
a.otherLink:active  { color:white; text-decoration:none; }