/* mainstyle.css */

body {
	font-size: 1 em;
	font-family: Georgia, "Times New Roman", times, serif;
	font-weight:normal;
	color: #000000;
}

#divtitle 
{
	font-size:200%;
	font-family: Georgia, "Times New Roman", times, serif;
	font-weight:bolder;
	top:2%;
	font-style:normal;
	color: black;
	text-align: center;
}


#divtext 
{
	font-size: 100%;
	font-family: Georgia, "Times New Roman", times, serif;
	font-weight:normal;
	font-style:normal;
	color: black;
	text-align:left;
}

#divmainlink 
{
	font-size: 175%;
	font-family: Georgia, "Times New Roman", times, serif;
	font-weight:normal;
	font-style:normal;
	color: black;
	cursor: pointer;
}

#divbottom 
{
	background: #FFFFFF;
}
