body {
	background: #555555 url(images/gradient2.jpg) fixed repeat-x bottom center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
    color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;

}

.bottom_links { 
	 font-size: 14px;
	 color: #ccc;
} 
	
.slideshow {
	float:left;
	padding-right: 20px;
	}
h1 {
	font-size:25px;}
	
.grey {
	color:#AAA
	}
	
.small {
	font-size:10px;}
	
.pink {
	color: #E30080;}
	
a:link,a:visited, a:active, a:hover{
	color: #E30080;}
	
a.cesblink:link,a.cesblink:visited, a.cesblink:active, a.cesblink:hover {
	color: white;
	text-decoration:none;
}