body 
{

	width:			100%;
	font-family:	Courier New;
	font-size:		100%;
	background-image: url("blackboard.jpg");
	background-repeat: repeat;
	background-size: 100% 100%;
	height: 			100%;
	color: 			#FFFFFF;
	position: relative;
	min-height: 100% !important;	
	margin: 10px auto;
	padding: 1%;

}

.small 
{
    line-height: 0.2px;
}

img  
{
	 float: right; 
    border:	 2px solid #00CD00;
    margin-top: 40px;
    margin-right: 70px;
    margin-left: 30px;

}

.top
{
	background-color: #00CD00;
	height: 			150px;
	margin:			0;
	color: 			#000000;
	border:			1px solid #000000;
	padding-left: 2%;
	padding-right: 2%;
}


.bottom
{
	
}

.columnA
{
	position: fixed;
	left:0%;
	top:0%;
	width: 70%;	
	padding: 2%;	
}


.columnB
{
	position: fixed;
	top: 0%;
	left:77%;
	width: 28%;	

}

.column1
{
	position: fixed;
	left:0%;
	top: 30%;
	width:  30%;
	padding: 2% 2% 2% 2%;	
	
}


.column2
{
	position: fixed;
	left:30%;
	top: 30%;
	width:  70%;
	padding: 2% 2% 2% 2%;	
	
}

h1
{
	font-size: 3em;
	font-weight: bold;	
}

h2
{
	font-size: 1.3em;	
	font-weight: normal;	
	padding: 1%;
	}
	
h3
{
	font-size: 1.3em;
	font-weight: bold;		
}

	
a
{
color: #00CD00;	
}

a.bianco
{
	font-size: 1.3em;	
	font-weight: normal;
	color: #FFFFFF;	
}

























