body {
	background-color: white;
/*--	background-image: url("img/marble1.jpg"); --*/
	font-family: arial, verdana, optima, serif;
	}
a:link {color: #00008b}
a:active {color: #ffd700}
a:visited {color: #330099}
a:hover {background: #191970; color: #f5fffa}
h1 {font-size: 125%}
h2 {font-size: 115%}
h3 {font-size: 105%}
h4 {font-size: 85%}
h5 {font-size: 70%}
p {font-size: 100%}
.small {font-size: small}
.small2 {font-size: 94%}
.large {font-size: large}
h1, h2, h3, h4, h5, p {
	color: black;
	}
.left {text-align: left}
.center {text-align: center}
.right {text-align: right}
.center2 {margin-left: auto; margin-right: auto;}

.lmargin1 {margin-left: 10px}
.lmargin2 {margin-left: 20px}
ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ol.decimal {list-style-type: decimal}
ol.lroman {list-style-type: lower-roman}
ol.uroman {list-style-type: upper-roman}
ol.lalpha {list-style-type: lower-alpha}
ol.ualpha {list-style-type: upper-alpha}
