@charset "UTF-8";
/* CSS Document */
/* html RESET                            	       
================================================*/

body, html, div, blockquote, img, label, h1, h2, h3, h4, h5, h6, pre, dl, dt, dd, ul, ol, li, form, fieldset, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px
}
p {
	margin: 0;
	padding-bottom: 12px
}
/* Page elements                            	       
================================================*/
body {
	margin-top: 10px;
	background-color: #fff;
}
.tutors {
	background-color: #fff;
	text-align: justify;
	width: 550px;
	height: 580px;
	padding: 10px
}
/* Custom classes
================================================*/
h4 {
	font-size: 27px
}
.style17 {
	font-weight: bold;
	color: #9fa933
}
/* Hyperlink Styles
================================================*/
a:link, a:visited {
	color: #fff
}
a:hover, a:active {
	color: #adb676
}
/* End
================================================*/

