body {
	background-image: url(../images/personal/back.gif);
	background-position: left bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	margin: 0px;
	color: #000000;
	background-color: #a8a8a9;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Courier New, Courier, monospace;
	font-weight: bold;
}
h1 {
	font-size: 24px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #666666;
}
a:active {
	color: #999999;
}
.inset {
	font-size: 24px;
	font-style: italic;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
.whiteborder {
	border: thick double #FFFFFF;
	font-size: 12px;
}
.b {
	font-size: 16px;
	text-decoration: blink;
}
