@charset "UTF-8";
/* CSS Document */

html {background-image:url(../images/websiteBg.jpg);
		background-repeat: repeat-x;
		font-family: Calibri, Verdana, "Trebuchet MS", Arial;
		font-size: 18px;
		color:#FFF;
		width: 400px;
		margin-left: auto;
		margin-right: auto;
		text-align: justify;}
		
		
a	{display:block;
text-decoration: none;
border-bottom: 1px dotted #FFF;
color: #FFF;
padding: 5px;}
a:hover	{display:block;
background-color:#060;
color:#FFF;}