
body {
		background: url('Juggler2.jpg') no-repeat 0px 0px #272729;
		 -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		background-color: #0d0e10;
		font-family: arial, "lucida console", sans-serif;
		font-size:13px;
		padding: 0;
		margin: 0;
		
		}
		
table {

text-align: left;
}		

td {
border-bottom: 1px solid navy;

}



a:link {color: blue; text-decoration: none;}     /* unvisited link */
a:visited {color: purple; text-decoration: none;}  /* visited link */
a:hover {color: red; text-decoration:underline;}   /* mouse over link */
a:active {color: red; text-decoration: none;}   /* selected link  */


#Contained{

		border-radius: 15px;
		-moz-border-radius: 15px;
		-moz-box-shadow: 0px 0px 15px #150517;
		-webkit-box-shadow: 0px 0px 15px #150517;
		box-shadow: 0px 0px 15px #150517;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#150517')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#150517');
}


.title {
font-size:12px; 


}

.date {

font-size:12px; 
color:darkred;
}


.top {
background-color: Beige;
font-size:12px; 
color:navy;
font-weight: bold;
text-align: center;
}


hr {
color: #f00;
background-color: #f00;
height: 1px;
}


.floatright {
float: right;
position:relative;
margin: 5px;
padding: 0;
}
 
 
 