body {background:#ffffff; 
		font-family: "Georgia", "Times New Roman", sans-serif;
		}

p { 
	color:#000000;
	}

h1 {
	color: #333333;
	text-align: center;
	letter-spacing:3px;
	}

h3 {
	color: #000000;
	text-align: center;
	letter-spacing:2px;
	}

h4 {
	color: #000000;
	text-align: left;
	letter-spacing:2px;
	}

.heading {
	color: #000000;
	letter-spacing: 2px;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	margin: .5em 1em 0 .5em;
	}

.side {
	font-size: 1em;
	color: #000000;
	text-align: right;
	margin: 0 1em .5em .5em;
	}


.right { 
	color:#000000;
	text-align: right;
	}

a:link {color: #3D107B;
	text-decoration:underline;}
a:visited {color: #400080;
	text-decoration:underline;}
a:active {color: #0000ff;
	text-decoration:none;}
a:hover {color: #00782B;
	text-decoration:none;}

#top {position: absolute;
		top: 0px;
		width:100%
		}

#content {position: absolute; 
		top: 185px;
		left: 1em;
		right: 10em;
		}

#sidebar {position: absolute;
		top: 100px;
		width: 10em;
		right: 0;
		}

#sidebar a:link {color: #3D107B;
		text-decoration:none;		}
#sidebar a:visited {color: #400080;	
		text-decoration:none;}
#sidebar a:hover {color: #00782B;	
		text-decoration:none;}

