
body { 
	background : white;
 	font: 11px Tahoma,sans-serif;
}

.abc {
	background : url(../Css/ba.gif);
}

.dom {
	background : url(../Css/bc.gif);
}

center {
	border-style : solid; 
	border-width : 1px; 
	border-color : silver;
	font-family: Serif;
	font-size: large;
}

i {color: gray; font: 11px Tahoma,sans-serif;}

table {
 	font: 11px Tahoma,sans-serif;
}

address{
	text-align:right;
	margin-right:15px;
}

A {	text-decoration : none}

A:hover {
	color: rgb(200,0,0); 
	text-decoration : underline
}

hr {
	color : silver; 
	height : 1;
}

img {
	border : none;
}

b {
	color: rgb(160,160,160); 
	font-size: larger;
}

input {
	background : white;
	border-style : none;
	color : #555555; 
	line-height : normal; 
	font : 11px tahoma; 
	font-weight : normal; 
	font-style : normal; 
	font-variant : normal;
}



.yellow {
	border : 1px solid #5bba60;
	background : RGB(255,255,245);
}

.button2 {
	background-color : RGB(235,241,238);
	cursor: hand;
}




