/* Rotukohtaiset sivut */

A { color:#1735A4; text-decoration: underline; font-weight: normal; }
A:Visited { color:#187D0A; text-decoration: underline; font-weight: normal; }
A:Active { color:"red"; text-decoration: underline; font-weight: bold; }
A:Hover { color:"yellow"; text-decoration: underline; font-weight: bold; }

.RVbody { /* rotukohtainen valikko */
	background-color:   #B5F3EA   ;
	font-family:Arial;
	font-size: 16px;
	}

.RVth {
	padding: 0px 5px
	}

.rotu { /* rotukohtainen teksti */
	background-color: #FFF1B3; /* beige */
	font-family:Arial,sans-serif;
	font-size: 12px;
	}

.otsakeA { /* rodut */
	color: /* green;*/   #D2620C;
	font-size:16px;
	font-weight:bold;
	}

.otsakeB {
	color:red;
	font-size:14px;
	font-weight:bold;
	}

.otsakeC {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	}

.Rkoira {
	display:block;
	font-size: 12pt;
}

.Rsuku {
	display:block;
	font-size: 10pt;
}



}
.koirat { /* mättää */
	display: list-item;
	list-style-type: none;
	list-style-position: inside;
/*	list-style-position: inside | outside;
| circle | square | decimal | lower-roman | upper-roman | lower-aplha |
upper-alpha | none;
*/	}

.LIsuku { /* mättää */
	list-style-type: square;
	list-style-position: outside;
}

.pra{
	display:block;
	font-style: italic;
}

