/* basic css style sheet for this web site */

A{
    color: rgb(80, 100, 80);
    text-decoration: none;
    font-weight: normal;
}

A:hover{
    font-variant: small-caps;
    color: rgb(65, 80, 60);
    font-weight: bold;
}

h1{
    font-size: large;
    color: rgb(80, 100, 90);
    text-decoration: none;
    font-weight: 800;
}

h2{
    font-size: medium;
    color:rgb(80, 100, 80);
    text-decoration: none;
    font-weight:600;
}

h3{
    font-size: small;
    color:rgb(80, 100, 80);
    text-decoration: none;
    font-weight:normal;
}

body{
	margin-top: 0px;
	background-color:rgb(255,255,255);
	background-image: url("../images/bg1.gif");
	background-attachment: fixed;
	font-family:Times New Roman, Times, serif;
	color:rgb(80, 100, 80);
}

.dcls1{
    padding-top: 5px;
    padding-left: 5px;
}

.dcls2{
    padding-top: 5px;
    padding-left: 55px;
}
