body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}
a:link {
	text-decoration: underline;
	color: #b40000;
}
a:visited {
	text-decoration: underline;
	color: #b40000;
}
a:hover {
	text-decoration: underline;
	color: #5a5a5a;
}
a:active {
	text-decoration: none;
}
INPUT {
	background-color: #F9F9FF;
	border: 1px solid #000000;
}
TEXTAREA {
	background-color: #F9F9FF;
	border: 1px solid #000000; 
}
SELECT {
	background-color: #F9F9FF;
	border: 1px solid #000000; 
}
RADIO {
	background-color: #F9F9FF;
	border: 1px solid #000000; 
	}
.xx-small {
	font-size: xx-small;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.x-small {
	font-size: x-small;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.small {
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.medium {
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.large {
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.xlarge {
	font-size: x-large;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.xxlarge {
	font-size: xx-large;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.header {
	font-size: x-large;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FDAB00;
	font-weight:bold;
	border-bottom: groove;
	border-top:groove;

}
a.my_sites:link {
	text-decoration: underline;
	color: #89804F;
}
a.my_sites:visited {
	text-decoration: underline;
	color: #89804F;
}
a.my_sites:hover {
	text-decoration: underline;
	color: #5a5a5a;
}
a.my_sites:active {
	text-decoration: underline;
	background-color: #CCCCCC;
}
a.resume:link {
	text-decoration: underline;
	color: #B59243;
}
a.resume:visited {
	text-decoration: underline;
	color: #B59243;
}
a.resume:hover {
	text-decoration: underline;
	color: #5a5a5a;
}
a.resume:active {
	text-decoration: none;
}
a.portfolio:link {
	text-decoration: underline;
	color: #24667B;
}
a.portfolio:visited {
	text-decoration: underline;
	color: #24667B;
}
a.portfolio:hover {
	text-decoration: underline;
	color: #5a5a5a;
}
a.portfolio:active {
	text-decoration: none;
}
a.computerworks:link {
	text-decoration: underline;
	color: #647C83;
}
a.computerworks:visited {
	text-decoration: underline;
	color: #647C83;
}
a.computerworks:hover {
	text-decoration: underline;
	color: #5a5a5a;
}
a.computerworks:active {
	text-decoration: none;
}
a.contact:link {
	text-decoration: none;
	color: #000000;
}
a.contact:visited {
	text-decoration: none;
	color: #000000;
}
a.contact:hover {
	text-decoration: underline;
	color: #5a5a5a;
}
a.contact:active {
	text-decoration: none;
}
a.black:link {
	text-decoration: none;
	color: #000000;
	font-size:12px;
	font-weight:bold;
}
a.black:visited {
	text-decoration: none;
	color: #000000;
	font-size:12px;
	font-weight:bold;
}
a.black:hover {
	text-decoration: underline;
	color: #5a5a5a;
	font-size:12px;
	font-weight:bold;
}
a.black:active {
	text-decoration: none;
	color: #5a5a5a;
	font-size:12px;
	font-weight:bold;
}
a.resumelink:link {
	text-decoration: none;
	color: #000000;

}
a.resumelink:visited {
	text-decoration: none;
	color: #000000;

}
a.resumelink:hover {
	text-decoration: underline;
	color: #5a5a5a;

}
a.resumelink:active {
	text-decoration: none;
	color: #5a5a5a;

}
.table{
	border-width: thick;
	border-spacing: 2px;
	border-style: solid;
	border-color: black;
	border-collapse: separate;
	background-color: white;
}