﻿body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: black;
	text-align: left;
	background-color: white;
	text-transform: 10;
	text-decoration: 1000;
	padding: 0px;
	margin-top: 0px;
	margin-left: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-style: none;
	border-width: 0px;
}

	h1, h2, h3, h4{
		font-family: "Arial", "Verdana", Arial;		
		color: #000000;
		line-height: normal;
		font-variant: normal;
		text-transform: none;
		text-decoration: none;
		margin: 10px;
		padding: 0px;
		border: 0px;
	}
	
	h1 {
		font-size: 16px;
		font-style: normal;
		font-weight: bold;
		
	}
	h2 {
		font-size: 14px;
		font-style: normal;
			
		
	}
	h3 {
		font-size:20px;
		font-style: normal;
	}
	h4 {
		font-size: 18px;
		font-style: normal;
		font-weight: bold;
	}	
#page{
	margin: 5px auto;
	padding: 0px;
	width: 400px;
	height: 600px;
	border: 1px solid red;
	
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0266BB;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	 
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #006ac3;
}
a:active {
	text-decoration: none;
	color: #000000;
}