:link { background-color: rgb(255, 255, 246); color: rgb(0, 0, 255); }
:visited { background-color: rgb(255, 255, 246); color: rgb(153, 0, 153); }
:hover { background-color: rgb(255, 255, 246); color: rgb(0, 102, 255); }
:active { background-color: rgb(255, 255, 246); color: rgb(255, 0, 0); }
a,b,body,dl,em,form,h1,h2,h3,h4,h5,ol,p,strong,table,ul { font-family: verdana, sans-serif, arial, helvetica; }
a,b,body,dl,em,form,ol,p,pre,strong,table,ul { font-size: 10pt; }
em { font-style: italic; font-weight: bold; }
h1,h2,h3,h4,h5 { margin-top: .4em; margin-bottom: .4em; }
h1 { font-size: 130%; }
h2 { font-size: 115%; }
h3 { font-size: 100%; }
h4 { font-size: 90%; }
h5 { font-size: 80%; }
pre { font-family: monospace; }
strong { text-transform: uppercase;  font-weight: bold; }

body { 
	background: url(../images/book.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 35px 15px;
	margin: 0; margin-right: 5px; padding: 0;
}

table {
	background-color: transparent;
}

table.main {
	position:absolute;
	left:82px;
	top:0px
}

input {
background-color: #ffffff;
}

textarea {
background-color: #ffffff;
}