

@font-face
{
font-family: AverageMono;
src: url(../../../fonts/AverageMono.ttf);
font-weight: normal;
}


{
font-family: AverageMonoItalic;
src: url(../fonts/AverageMonoItalic.ttf);
font-style: italic;
}


{
font-family: Lato-Light;
src: url(../fonts/Lato-Light.ttf);
}



body {
	font-family: Lato-Light;
	font-size: 0.9em;
	color: rgb(80, 80, 80);
	line-height:1.6; 
	letter-spacing:1px;
    background: white;
 }
    


    

a:link {
	color: rgb(50, 50, 50);
	text-decoration: none;
}

a:hover {
	color: rgb(230, 230, 230);
	
}



div.textcontainer1
{
width: 60%;
position: absolute;
left: 10%;
top: 4%;
text-align: left;
line-height:1.6;
color: rgb(80, 80, 80);
background-color: transparent;

}


div.width40pc {
width: 40%;

}

div.width50pc {
width: 50%;

}



div#imagecontainer1
{
width: 30%;
position: absolute;
left: 60%;
top: 4%;
text-align: left;
background-color: transparent;

}

p.u  {
	text-decoration: underline;
}


span.u  {
	text-decoration: underline;
}


div.date   	{
	position: absolute;
	left:13%;
	top:6%;

}


div.text   {
	position: absolute;
	left:13%;
	top:13%;
	width:39%;
	text-align: left;
}



