/* CSS Document */
td.exam2
    {
	border-right-color: #802220;
	border-right-style: solid;
	border-right-width: 2px;
	}

td.exam3
    {
	color: #802220;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bolder;
	text-decoration: none;
	}

td.exam4
    {
	color: #f2dfd0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bolder;
	text-decoration: none;
	}

a.exam2
    {
	color: #f2dfd0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bolder;
	text-decoration: none;
	}
	
a.exam2:hover
    {
	color: #f2dfd0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bolder;
	text-decoration: underline;
	}
	
td.exam5
    {
	color: #802220;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	}
	
a.exam3
    {
	color: #802220;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	}
	
a.exam3:hover
    {
	color: #802220;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
	}
	
/******* CONTENT *******/
div.content span{
	display: block;
	font-weight: 700;
	color: #802220;
	margin-top: 10px;
}
div.content{
	padding: 0 10px 20px 30px;
	margin-bottom: 20px;
}
div.content a{
	margin: 0 4px 0 4px;
	color: #802220;
	font-family: Arial, Helvetica, sans-serif;
}
div.content a:hover{
	color: #c96e05;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
div.content div.status{
	font-size: 10px;
	border-bottom: 1px solid #a5a5a5;
	margin-bottom: 4px;
	color: #802220;
	font-family: Arial, Helvetica, sans-serif;
}
#player2{
	margin-bottom: 10px;
}
/******* /CONTENT *******/

