H1	{
	font-family: garamond, serif;
	font-size: 24pt ;
	color: black
}
H2	{
	font-family: times new roman, times, serif;
	font-size: 20pt;
	color: black
}
H3	{
	font-family: times new roman, times, serif;
	font-size: 18pt;
	color: black
}
H4	{
	font-family: times new roman, times, serif;
	font-size: 16pt;
	color: black
}
H5	{
	font-family: times new roman, times, serif;
	font-size: 14pt;
	color: black
}
H6	{
	font-family: times new roman, times, serif;
	font-size: 12pt;
	color: black
}
BODY	{
	background-color: #fff5d7;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.bodytext	{
	font-family: times new roman, times, serif;
	font-size: 12pt;
	color: black
}
.copyright	{
	font-family: times new roman, times, serif;
	font-size: 8pt;
	color: black
}
#maintitle	{
	font-family: garamond, serif;
	font-size: 24pt;
	color: #bc7aac;
}
#subtitle	{
	margin-left: 25px;
}
#content	{
	width: 600px;
	float: left;
	border-radius: 0px 20px;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
	padding: 5px;
}
a:link	{
	font-family: ariel, helvetica, sans-serif;
	color:#8080ff;
	text-decoration: none;
	background-color: transparent;
}

a:visited, a:active	{
	font-family: ariel, helvetica, sans-serif;
	color: #bc7aac;
	text-decoration: none;
	background-color: transparent;
}
a:hover	{
	font-family: ariel, helvetica, sans-serif;
	text-decoration: none;
	background-color: #fffab2;
}
.current	{
	font-family: ariel, helvetica, sans-serif;
	color: #bc7aac;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
}
#logobar	{
	width: 600px;
	height: 100px;
	color: #000000;
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
	border-radius: 50px 50px 50px 0px;
	background-color: transparent;
	background-size: contain;
	background-image: url(../images/msnet_logo.png);
	background-repeat: no-repeat;
}
#nav {
	float: left;
	padding-right: 20px;
}
#nav li	{
	list-style-type: none;
}
#photo_page_list td{
	padding: 30px;
}
.thmb {
	border: none;
}
#thumbnails {
	margin-right: auto;
	margin-left: auto;
}
#thumbnails a:hover{
	background-color: #ffffff;
}
#footer {
	clear: left;
	padding-top: 20px;
	font-size: 8pt;
}
#footer a:hover	{
	background-color: #ffffff;
}