/* Body Tags */
body { 
	background-color: #FFFFFF;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;

}


p.menubox {
	border-style: dotted;
	text-align: center;
}

p.title {
	text-align: center;
	font-size: 18px;
}

.center {text-align: center}
.right {text-align: right}
.left {text-align: left}
.justify {text-align: left}

a { 
	color: #0000FF; 
	text-decoration: none;
} 

a:hover { 
	color: #0000FF; 
	text-decoration: underline;
} 


p.date {
	color: #0080FF;
}

p.heading {
	color: #E1B8FA;
	font-size: 15px;
}

p.comment {
	color: #FF8040;
	text-align: justify;
}