/* CSS Document */

/* CLASS mritteet*/

body {
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: black;
	padding: 0;
}

.texti1 {
	font-size: 13px;
	color: #FF3399;
	font-weight: bold;
} 

.texti2 {
	font-size: 12px;
	font-weight: bold;
	color: #FF3399;
} 

.texti3 {
	font-size: 10px;
	font-weight: bold;
	color: #FF3399;
} 


.texti4 {
	font-size: 12px;
	color: white;
	font-weight: none;
} 

.texti5 {
	font-size: 11px;
	color: white;
	font-weight: none;
} 

.texti6 {
	font-size: 10px;
	color: white;
} 

.texti7 {
	font-size: 11px;
	font-weight: bold;
	color: #FF3399;
} 

.texti8 {
	font-size: 11px;
	color: white;
	font-weight: bold;
} 

table.one {
	border-style: dotted;
	border-width: 1px;
	border-color: #660033;
	}

table.two {
	border-style: dotted;
	border-width: 0 px;
	border-color: #white;
}

a:link {color: #3399FF; text-decoration: none;}
a:visited {color: #0066CC; text-decoration: none;}
a:active {color: #660033; text-decoration: none;}
a:hover {color: #3399FF; text-decoration: underline;}
a {color: #3399FF; text-decoration: none;}
