html {
	 font-size: 16px;
}

small {
	 font-size: 12px;
}

h1 {
     font-size: 28px;
}
h2 {
     font-size: 20px;
}
h3 {
     font-size: 18px;
}

body {
	 color: #bbeedd;
	 background-color: #105552;
}

a:link, a:visited, a:active {
     text-decoration:none;
	 color:#ffcccc;
}
		
a:hover {
	 text-decoration: none;
	 color: #ffffff;
}

table {
	 border-style: none;
	 border-collapse: separate;
	 border-width: 1px;
	 empty-cells: show;
}

td {
	 border-width: 1px;
	 border-left: dashed;
	 border-left-width: 1px;
	 padding-right: 10px;
	 padding-left: 10px;
}

td:first-child {
	border-left: none;
}

caption {
	 font-size: small
}

hr {
     border-bottom: dotted;
	 border-width: 1px;
	 height: 0px;
}

tr.hover, tr:hover {
	  background: #1a5f5b;
}

li { 
   list-style: outside; 
   list-style: circle;
}
