
body {
	background: #FFF8DC url('p16.gif') fixed; 
	padding:30px;
	font:16px verdana;
	color:#325C74;
	}


p {
	font: 12px verdana;
	color: #325C74;
	}

ul
{
	font: 12px verdana;
	color: #325C74;
	list-style-type: none;
}


h1 
{
	font: 38px georgia;
	font-variant: small-caps;
	font-weight: bold;
}

h2 
{
	font: 24px georgia;
	font-variant: small-caps;
	font-weight: bold;
}


h3
{
	font: 20px georgia;
	font-variant: small-caps;
	line-height: 8px;
	font-weight: bold;
}



h4
{
	font: 16px georgia;
	font-variant: small-caps;
	line-height: 8px;
	font-weight: bold;
}


small {


	}


big {
	

	}


td {

	}


p.menu
{
	font: 24px verdana;
	color: #325C74;
	text-align: center;
}

p.smaller
{
	font: 11px verdana;
	color: #325C74;
}

p.bigger
{
	font: 14px verdana;
	color: #325C74;
}

ul.bigger
{
	font: 14px verdana;
	color: #325C74;
	list-style-type: square;
	line-height: 22px;
}


ul.smaller
{
	font: 11px verdana;
	color: #325C74;
	list-style-type: square;
	line-height: 22px;
}


a:link {color: #007FFF; text-decoration: underline; background-color: #FFFCCF; }a:visited {color: #007FFF; text-decoration: line-through; background-color: #FFFCCF; }a:hover {color: hotpink; text-decoration: underline; background-color: #FFF8DC; font-style: italic; } a:active {color: black; text-decoration: none; }




#column 
{
position: absolute;
top: 10px;
width: 50%;
height: *;
padding: 10px;
border-width: 8px 4px 8px 4px;
border-color: #EEEEE0;
border-style: solid;
background-color: white;
z-index: 2;
margin: 10px 20% 0px 1%;
opacity: 1;
}



#column2 
{
position: absolute;
top: 20px;
left: 60%;
width: 240px;
height: *;
padding: 10px;
border-width: 8px 4px 8px 4px;
border-color: #EEEEE0;
border-style: solid;
background-color: white;
z-index: 2;
opacity: 1;
font-size: 12px;
}

#column3 
{
position: absolute;
top: 285px;
left: 60%;
width: 240px;
height: *;
padding: 10px;
border-width: 8px 4px 8px 4px;
border-color: #EEEEE0;
border-style: solid;
background-color: white;
z-index: 2;
opacity: 1;
font-size: 12px;
}


#textbox 
{
position: absolute;
top: 20px;
left: 20px;
width: 80%;
height: *;
padding: 10px;
border-width: 8px 4px 8px 4px;
border-color: #EEEEE0;
border-style: solid;
background-color: white;
z-index: 2;
opacity: 1;
font-size: 12px;
}




hr {
	color: #FFffff; 
	background-color: #ffffff; 
	border: 1px dotted gray; 
	border-style: none none dotted;
	width: 90%; 
}

