* {
	margin:0;
	padding:0;
}

body {
	width:950px; 
	padding:0px; 
	margin:auto;
	
}


/*********** CONTENT AREAS ************/
}
clearit {
	clear:both;
}

/* here is where you can have notes with a sytle sheet   fyi the *{ stuff above is to make all your style work across all web browsers*/ 

.div1 {
	float:left;

}

.div2 {
		

a { 	
		color:#000;
		text-decoration:none;
		font-weight: bold;
}

a:hover {
			color:#FF33CC;
			text-decoration:underline;
			font-weight:bold;
}

a:visited {
			color:#990000;
			text-decoration:underline;
			font-weight: normal;
} 