body  {
        background-attachment: fixed;
        margin: 20px;
        background-color : white;
        background-image: url(back.jpg);
        background-repeat: no-repeat;
        background-position: left bottom;
		scrollbar-face-color: #FFFFFF;
		scrollbar-highlight-color: #C0C0C0;
		scrollbar-3dlight-color: #808080;
		scrollbar-darkshadow-color: #000000;
		scrollbar-shadow-color: #4F4F4F;
		scrollbar-arrow-color: #C0C0C0;
		scrollbar-track-color: #FFFFFF;
}

@font-face {
	font-family: copperplate;
  	font-style:  normal;
    font-weight: bold;
    src: url(http://www.clowness.de/copperplate.eot);
}

body,p {
        font-size: 15px;
        font-family: times new roman;
        font-style: normal;
        color: black;
        font-weight: normal;
        text-align: justify;
}

li  {
        font-size: 15px;
        font-family: times new roman;
        font-style: normal;
        color: black;
        font-weight: normal;
        text-align: justify;
}

td  {
        font-size: 15px;
        font-family: times new roman;
        font-style: normal;
        color: black;
        font-weight: normal;
        text-align: justify;
}

th {
        font-size: 15px;
        font-family: times new roman;
        font-style: normal;
        color: black;
        font-weight: bold;
        text-align: justify;
        vertical-align: top;
}


h1  {
        font-size: 26px;
        font-family: copperplate, sans-serif;
        font-weight: bold;
        font-style: normal;
		font: small-caps;
        color: black;
        text-align: left;
        margin-bottom: 18px;
}

h2  {
        font-size : 20px;
        font-family: copperplate, sans-serif;
        font-weight : bold;
        font-style : normal;
		font: small-caps;
        color: black;
        margin-bottom: 18px;
}

h3  {
        font-size : 15px;
        font-family: copperplate, sans-serif;
        font-weight : bold;
        font-style : normal;
		font: small-caps;
        color: black;
        margin-bottom: 18px;
}

hr  {
        width: 100%;
        color : black;
}

a:link  {
        text-decoration:none;
        color: maroon;
}

a:visited  {
        text-decoration:none;
        color: maroon;
}

a:hover  {
        text-decoration:none;
        color: red;
}

a:focus  {
        text-decoration:none;
        color: red;
}

a:active  {
        text-decoration:none;
        color: red;
}



input,select,textarea {
        font-family : "Times New Roman";
        color:black;
        /*border:1px solid gray;*/
        background:transparent;
}

input.button,button {
        cursor:hand;
}

input.radio,input.checkbox {
        /*border:none;*/
}

div.line {
	border-bottom:1px solid black;
	height:1px;
	margin-top:6px;
	margin-bottom:6px;
	font-size:0;
}
