body	{
		background:#EBEBEB;
		font-size:80%;
	}

.box	
	{
		background:#FFF;
		margin:3px;
		margin-bottom:5px;
		padding:2px;
		border:1px solid #0066FF ;
		line-height: 120%;
	}

.title	
	{
		background:#0066CC;
		color:#fff;
		padding:1px;
		margin-bottom:2px;
		border:1px solid #0066FF ;			
	}

a:link 		{
		color:#5432F3;
		text-decoration: none;
		
		}

a:visited	{
		color:#CC0099; 
		text-decoration:none;
		}

a:active	 {
		color:#5432F3; 
		text-decoration: none;
		}

a:hover 	{
		color:#990000;
		text-decoration: none;
		}
