/* MAIN STYLESHEET */

html {
	scrollbar-face-color: #cccccc;
	scrollbar-arrow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #036ebe;
	scrollbar-3dlight-color: black;
}

/* Main Structure */
body {
	background-color: #ffffff;
	margin-left:10%;
	margin: 0 0 0 0;
	font-family: Verdana, Helvetica, sans-serif;
	color: #4078a2;
	font-size: 1em;
}

p {
	font-size: 0.75em;
}

.center {
text-align: center;
}

.footer {
	font-size: 0.55em;
	text-align: center;
	letter-spacing: 0em;
	line-height: 1.4em;
}

li {
	font-size: 0.8em;
}

h1 {
	font-size: 0.9em;
	color: #d46a1d;
	text-align: center;
}

hr {
	color: #f69dc4;
}

h2 {
	font-size: 0.9em;
	color: #e90268;
	text-align: left;
}


.right {
	text-align: right;
}

a {
	color: #d46a1d;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}


