
BODY {
	color: #656565; 
	font-family: Palatino Linotype; 
	background-color: #FFFFFF
}

H1 {
	font-size: 24pt;
	font-family: Palatino Linotype;

}

HR{
	color: #656565;
	width: 75%;
	visibility: visible;
}

P{
	font-size: 12pt
}

A{
	text-decoration: none;
	color: #656565;
	cursor : hand;
}

A:hover{
	color: #3399FF;
}

.links {
	font-size: 16pt;
}

.button{
	background-color: Silver;
	font-family: Times New Roman;
	font-style: bold;
	font-size: 16;
	color: Black;
	border : outset;
}

.atpage{
	color: #3399FF !important;
}


.editor {
	font-size: 8pt;
	font-style: italic;
}