/*
CSS URI: http://www.renegadewebdesign.com/
Description: CSS by http://www.renegadewebdesign.com/
Author: Renegade
Author URI: http://www.renegadewebdesign.com/

/*-----------Elements--------------*/

body {
font-family: Trebuchet MS;
font-size: 13px;
background-color: #e1ecf3;
color: #1f394d;
}

/*-------------Headings-------------*/

h2 {
background: #b0cbdf;
font-weight: bold;
font-size: 13px;
padding: 2px;
margin-top: 3px;
margin-bottom: 3px;
color: #1f394d;
border: 1px solid #543e70;
text-transform: uppercase;
}

/*-------------Links------------------*/

a:link, a:visited, a:active {
color: #1f394d;
text-decoration: none;
}

a:hover {
color: #fff5ff;
text-decoration: none;
background-color: #de7394;
}