
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 { 
	font-size: 1em; 
	color: #000000;
	text-align: left;
	letter-spacing:2px;
	}

.heading {
	color: #000000;
	letter-spacing: 2px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	}

.side {
	font-size: 1em;
	color: #000000;
	text-align: left;
	}


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

a:link {color: #333333;
	text-decoration:none;}
a:visited {color: #400080;
	text-decoration:none;}
a:active {color: #0000ff;
	text-decoration:none;}
a:hover {color: #9999ff;
	text-decoration:none;}

#content {position: absolute; 
		top: 1em;
		left: 7em; 
		}

#sidebar {position: fixed;
		top: 1em;
		width: 6em;
		}

