﻿html
{
	height: 100%; 	
}
body 
{
	font-family:Arial,Sans-Serif;
	font-size:12px;
	background:#fff;	
	color:#333;
	line-height:1.5;
}

h1
{
    font-size:20px;   
}
h2
{
   font-size:18px;   
}
h3
{
    font-size:16px;  
    font-weight:bold; 
    line-height:1;
    margin-bottom:3px; 
}
h4
{	
    font-size:14px;
    font-weight:bold;
    line-height:1;
    padding-bottom:3px;
}
h5
{
	font-size:12px;
	font-weight:bold;
	border-bottom:solid 1px #d3d3d3;
	margin-bottom:10px;  
	color:#666;
}
h6
{
	font-size:12px;
}
a
{
	text-decoration:none;
	color:#3671A1;
}
a:hover
{
	color:#FF6A00;
}

strong
{
	font-weight:bold;
}

blockquote
{
	background:#f7f7f7;
	padding:10px;
}
p
{
	margin-bottom:15px;
}
ul, ol
{
	margin-left:30px;
	margin-bottom:15px;
}

