/* CSS Document */

* {   
    margin: 0; 
}

body {
	font-size: 12px;
	line-height: 1.5;
}
	
	
	
td	{
	font-size: 12px;
}
	
	
a	{
	color: #3399FF;
	text-decoration: none;
}

a:hover {
    color: #cccccc;
}

