/* This is the stylesheet modern browser will use to print your pages. */

a {
	color: #000;
}

body {
	font-family: 'times new roman', courier, serif;
	font-size: 12pt;
}
h1 {
	border: none;
        font-family: 'times new roman', courier, serif;
        font: 16pt bold;
	margin: 0px;
	padding: 0px;
	width: auto;
}

h2, h3, h4{
	border: none;
        font-family: 'times new roman', courier, serif;
        font: 12pt bold;
	margin: 0px;
	padding: 0px;
	width: auto;
}

#main, .top-content, .bot-content, .head-content, .menutop, .men, .men1 {
	float: none;
	margin: 0px 5%;
	padding: 0px;
	width: auto;
}

img, #navcontainer, #navf {
	display: none;
}


