﻿* {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

body {font-family:  Arial, Tahoma, "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
    background-image:url(images/bg_page.jpg);
    background-repeat:repeat-x;
    background-color:#ccccff;
	font-size: 100%;
	color: #111;
	margin:0px;
}



h1{color: #336600;
    font-size: 160%;
    font-family:Trebuchet MS, Tahoma, Arial, Helvetica;
    line-height:normal;
    padding:0px;
    padding-bottom:14px;
    margin:0px;}
    
h2{color: #222;
    font-size: 140%;
    font-weight:bold;
    font-family:Tahoma, Arial, Helvetica;
    line-height:normal;
    padding:0px;
    padding-bottom:7px;
    margin:0px;
}
 
h3{color: #333399;
    font-size:120%;
	display:block;
	width:100%;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding-top:3px;
	padding-bottom:3px;
    background-image:url(images/bg_h3.jpg);
    background-repeat:repeat-x;}
     

   
     

