* {
	margin: 0px;
	padding: 0px;	
}

body { 
	width: 100%;
	font-color: #414141;
	font-family: verdana;
	font-size: 11px;
	letter-spacing: 0px ;
	margin-left: 5px;
}

h3 { 
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	color: #613e68;
	font-weight: normal;
	}
	
h4 { 
	font-family: verdana;
	font-size: 12px;
	letter-spacing: 1px ;
	font-weight: normal; 
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d7d7d7;
	}
	
h5 { 
	font-family: verdana;
	font-size: 9px;
	color: #000;
	font-weight: normal; 
	font-style: italic; 
	}	
		
a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #4f3355;
	background-color: #f4f4f4;
	}
	
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #4f3355;
	background-color: #f4f4f4;
	}
	
a:hover, a:active { 
	outline: none;
	font-weight: normal;
	color: #ff0066;
	text-transform: none;

		}

