@charset "UTF-8";
/* CSS Document */

.name {
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:500;
	letter-spacing: 2px;
	color: #CCC;
	padding: 30px 0px 0px 214px;
}
.tit {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #CCC;
	padding: 0px 0px 15px 0px;
}
.subhead {
	font-family: "Times New Roman", Times, serif;
	font-size:13px;
	font-weight: bold;
	color: #CCC;
	letter-spacing: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.email {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color: #CCC;
	padding: 0px 0px 0px 196px;
}
.regtext 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CCC;
	padding: 0px 0px 0px 0px;
}

/* This is the stuff for the links */

.link {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #cccccc;
	padding: 0px 18px 0px 0px;
}
.lastlink {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #cccccc;
	padding: 0px 0px 0px 0px;
}

	
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #cccccc;
	text-decoration: none;	
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: none;
	color: #cccccc;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: none;
	color: #cccccc;
}
.pointers {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #cccccc;
}

body 
{
	background-color: #000;
}


