/* 
stylesheet by anugraha, 2009. style5 is for minor headings. style9 is for body text. style20 is for large headings. style7 is for the links table and small print. 
*/

.style5 {
    font-size: 17px;
    font-weight: 200;
	font-family: Helvetica, Palatino, Verdana, Geneva, Arial;
	color: #FFFFFF;
	letter-spacing: 0.2ex;
	}
.style7 {
	font-size: 13px;
	font-weight: 200;
	font-family: Palatino, Verdana, Geneva, Arial;
	color: #FFFFFF;
}

.style9 {
	font-size: 14px;
    font-weight: 100;
	font-family: Verdana, Geneva, Arial;
	color: #FFFFFF;
	letter-spacing: 0.1ex;
}
.style10 {
	font-size: 18px;
    font-weight: 200;
	font-family: Helvetica, Palatino, Verdana, Geneva, Arial;
	color: #FFFFFF;
}
.style11 {
    font-size: 16px;
    font-weight: 200;
	font-family: Helvetica, Palatino, Verdana, Geneva, Arial;
	color: #FFFFFF;
	}

.style20 {
    font-size: 21px;
    font-weight: 100;
	font-family: Helvetica, Verdana, Geneva;
	color: #FFFFFF;
	letter-spacing: 0.1ex;
	}
	
	.style21 {
    font-size: 21px;
    font-weight: 100;
	font-family: Helvetica, Verdana, Geneva;
	color: #FFFF00;
	letter-spacing: 0.1ex;
	}
	

body 
{ 
background-image: 
url('images/bgtrace.jpg'); 
background-repeat: repeat-y; 
background-color: #7C0A00;
} 
	
		

a:link {
	color: aqua;
	text-decoration:none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: aqua;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
color: black;
}
a:active {
	text-decoration: underline;
	font-weight: bold;
	color: yellow;
}


