/* CSS Document */
 A.button {
 font : bold 12px verdana, sans-serif;
 color : black;
 width : 135px;
 height : 29px;
 background : url(../images/buttonup.jpg) no-repeat;
 text-align : center;
 padding-top : 8px;
 display : block;
 text-decoration : none;
 margin : 0;


 }
 A.button:hover  { color: black; font: bold 12px verdana, sans-serif; text-decoration: none; background: url(../images/buttonover.jpg) no-repeat; text-align: center; margin: 0; padding-top: 8px }

A.button2    { color: black; font: bold 12px verdana, sans-serif; text-decoration: none; background: url(../images/buttonup2.jpg) no-repeat; text-align: center; display: block; margin: 0; padding-top: 8px; width: 135px; height: 29px } 
A.button2:hover  { color: black; font: bold 12px verdana, sans-serif; text-decoration: none; background: url(../images/buttonover2.jpg) no-repeat; text-align: center; margin: 0; padding-top: 8px }
A.button3 {
	font : bold 12px verdana, sans-serif;
	color : black;
	width : 135px;
	height : 29px;
	background : url(../images/buttonup3.jpg) no-repeat;
	text-align : center;
	padding-top : 8px;
	display : block;
	text-decoration : none;
	margin : 0;


} 
A.button3:hover  { color: black; font: bold 12px verdana, sans-serif; text-decoration: none; background: url(../images/buttonover3.jpg) no-repeat; text-align: center; margin: 0; padding-top: 8px }    
p {
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size : 0.45cm;
 line-height : 0.6cm;
 padding-right : 10px;
 padding-left : 10px;
 }

a.reg:link {
color : #0000ff; 
} 
a.reg:visited {
color : #0000ff; 
} 
a.reg:hover {
color : #ff0000; 
} 
BODY {
background-image : url(../images/fur.jpg); 
} 
.floatl {
	clear: right;
	float: left;
	margin-right: 10px;

}
.floatr {
	clear: left;
	float: right;
	margin-left: 10px;
}
li {
	font-size: .4cm;
	font-weight: bolder;
	list-style-type: none;
}