/*
default.css

This file contains css for each html element in the website.
It also contains classes for use by the Rich Text Editor
*/
/* CSS for Climate Change Solutions by Sincordia */



body {

	font-size:62.5%; /* Sets base font at 10px */

	font-family: "Lucida Grande", Arial, Verdana, sans-serif; 

	color:#696969; background-color:#ccc; 

	min-width:860px;

	margin:10px 0 0 0;

	text-align:center;

}



a { color:#1757C0; background-color:transparent; }		

a:link { text-decoration:none; }

a:visited { text-decoration:none; }

a:hover { text-decoration:underline;  }

a:active {text-decoration:none; }



h1, h2, h3 { color:#1757C0; text-transform:uppercase; }

h3 {font-size:1.2em;}
h4 {font-size:1em;}



img { border:0; }
