/* 
STYLE SHEET FOR [HWOS]
Created by [RTM]

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
*/

/* --------- 1. defaults  --------- */
* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #ffffff;
  margin: 8;
}

/*  --------- 2. structure  --------- */

#wrapper {
}

#masthead {
}

#logo {
}

#navContainer {
}

#content {
}

#footer {
}

/* float-clearing rules */

.separator {
	clear: both;
}

.separatorInvisible {
	clear: both;
	height: 1px;
}

.clearFix:after {
    	content: ".";
     	display: block;
     	height: 0;
     	clear: both;
     	visibility: hidden;
}

/* ---------- 3. links and navigation ---------- */

a {
}

a:link {
  text-decoration:none;
}

a:visited {
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

#navigation {
}

#navigation a {
}

#navigation ul {
}

#navigation li {
}

/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
}

body {
		font-size: 62.5%;
}

h1, h2, h3, h4, p, ul {
}

h1 {
}

h2 {
}

h3 {
  font-family:"Comic Sans MS";
  font-size:medium;
  font-weight:bold;
  color:#000000;
  margin-top:8px;
  margin-bottom:8px;
}

h4 {
}

p {
}

ul {
  list-style-type:disc;
  list-style-position:outside;
  color:#ffc800;
  margin-left:50px;
  padding-left:0;
}

/* ---------- 5. images ---------- */

a img {
}
