﻿body{
	background-image: url("Cro.jpg");
	background-position: right top;
	background-repeat: repeat-x;
	margin-top: 8%;
	margin-left: 3%;
	margin-right: 3%;
}


p{
	font-size: 20px;
	max-width: 60%;
}


table{
	margin-left: 3%;
	width: 60%;
}


.main a:link, a:visited, a:active{
    color: red;
    font-size: 25px;
    text-align: center;	
    text-decoration: none;
    border-style: solid;
    border-width: 5px;
    border-color: red;
    padding:2%;
    margin:2%;
}


.main a:hover{
    color: blue;
    font-size: 25px;
    text-align: center;	
    text-decoration: none;
    border-style: solid;
    border-width: 5px;
    border-color: blue;
    padding:2%;
    margin:2%;
}


#homelink{
	background-color: white;
	text-decoration: none;
	font-size: 20px;
	color:red;
}


#imgright{
	float:right;
	max-width:35%;
	max-height:35%;
}
