
/* basic elements */
body { 
	color: #555753; 
	margin: 0px; font-style:normal; font-variant:normal; 
	font-weight:normal; line-height:15pt; font-size:8pt; 
	font-family:georgia 
	}
p { 
	font: 8pt georgia; 
	margin-top: 10px; 
	text-align: justify;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
	
#leftcontent {
		float:left;
		width:5%;
		height:100%;
		background:#BCDFF7;
		margin-right:15px;
		}
#top {
		width:100%;
		height:5%;
		margin:0px;
		background:#FFFFFF;
	 }
#books {
	}
#learn {
	}
#exams {
	}
#aleftcontent {
		float:left;
		width:5%;
		height:100%;
		background:#E7A6F7;
		margin-right:15px;
		}
