body {
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 200px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image : url(image/border.jpg);
	background-repeat : repeat-y;
	background-color : #F0E68C;
}


img {
	clear: all
}

table {
	margin-left : 20 px; 
	text-align: left;
	background-color: none;
	}

td {border-top: 1px dotted gray;
}
#tdtop {border-top:2px solid green}


p , td, th, li {
	margin-left:20 px;
	font-size:12
}

.tdtop {border-top: 2px}
.kabullet {
	list-style : circle;
}




h1 {
	color: green;
	font-size: 20;
}
h2, h3 {
	color: brown;
	font-size: 14
}

.caution {
	color: red;
}
.back {
	text-align: right;
	font-weight : bold;
font-size: 12
}

.tibtd {border-top:0px;
	
}
	
 
	
	

.tibtable{
	width:500px;
	border : 0px;	

}

.contact{
	font-size : 12px;
	clear : both;
	color : #B22222;
	text-align : center;
}
.tiblist{
	background-color : transparent;
	text-transform : uppercase;
}

A:ACTIVE{
	color: Olive;
}
 A:LINK {
	color: blue;
}
 A:VISITED {
	color : Purple;
}

a  {
	text-decoration : none;
}

A:HOVER {
	background-color : #40E0D0;
	text-transform : none;
	text-decoration : underline;
}
HR {
	width:100%;
	color : Green;
	height: 1
}
