html, body, {		
		background: url(images/back1.jpg) repeat;
				}
table{border:0px solid yellow;}
h1{font:16px "Arial"; color:black;font-weight:bold;text-align: center;} 
h2{font:16px "Arial"; color:black;font-weight:bold;text-align: center;} 
h3{font:16px "Arial"; color:black;font-weight:bold;padding-right : 20px;text-align: left;} 
h4{font:16px "Arial"; color:blue;font-weight:bold;padding-right : 20px;text-align: left;} 

div{font:12px "Arial"; color:black;font-weight:bold;}
div1{font:12px "Arial"; color:green;font-weight:bold;text-align: left;}


a:link{color:blue;}
a:visited{color:red;}
a:link {
        color : #0000FF;
        text-decoration : underline;
}

a:visited,a:active {
        color : #000000;
        text-decoration : underline;
}

a:hover {
        color : #FF0000;
        text-decoration : underline;
}



p{
        font-family : Arial;
        font-size : 14px;
        padding-left : 8px;
        padding-right : 10px;
        text-align : justify;
}


ul,li {
        font-family : Arial;
        font-size : 14px;border: 0px solid red;

}

td, tr, ol,input, select, dl, dd, dt, blockquote, form {
        font-family : Arial;
        font-size : 14px;border: 0px solid red;
}

.bigger {
        font-size : 14px;
        }
