/* Office Planning Solutions Basic Style Sheet for All Browsers */
/* Last edited: 1-18-05 . Developed by Jeremy Carlson, www.jeremycarlson.com*/

@import "suave.css";

body {
	color: #433; 
	font-size: 84%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 1.4em;
	}

h1, h2 {
	line-height: 100%;
	}

a {
	color: #a41;
	text-decoration: none;
	border-bottom: 1px dotted #a41;
	}

a:hover {
	color: #000;
	border-bottom: 1px solid #000;
	}

li { list-style-type: square }

img { border: 0 }

