html {
 color: #536482;
 /* background: #DBD7D1; */
 /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-ie browsers */
 height: 100%;
 margin-bottom: 2px;
 font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
 font-size: 1em;
}

body {
    /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    font-size: 1em; /* This sets the default font size to be equivalent to 16px */
    /* margin: 10px 15px; */
    color: #FF6482;
    background-color: #222222;
    /* background: url("images/bluspace.jpg"); */
    /* background: #DBD7D1; */
    /* background: #536482; */
}

/*
body, div, p, th, td, li, dd {
    font-size: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: small
    background: url("images/pillars.jpg") no-repeat center center fixed;
    background-size: cover;
    background-color : yellow;
}
*/

img {
 border: 0;
}

hr {
	border: 0 none;
	border-top: 1px dashed #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
	height: 1px;
}

h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.70em;
	font-weight: normal;
	color: #333333;
}

h2, caption {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.40em;
	font-weight: normal;
	color: #115098;
	text-align: left;
	margin-top: 25px;
}

h3, h4 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.20em;
	text-decoration: none;
	line-height: 1.20em;
	margin-top: 25px;
}

p {
 color: #105289; /* blue */
 margin-bottom: 0.7em;
 line-height: 1.40em;
 font-size: 0.90em;
}

/* List items */
ul, ol {
 list-style: disc;
 list-style-position: inside;
 margin-left: 1em;
 margin: 0 0 1em 2em;
}

li {
 display: list-item;
 list-style-type: inherit;
}

/* General links  */
a:link {
	color: #105289; /* blue */
	text-decoration: none;
	font-size: 1em;	 /* This sets the default font size to be equivalent to 16px */
}
a:visited {
	color: #00FF55; /* green #105289; */
	text-decoration: none;
	font-size: 1em;	 /* This sets the default font size to be equivalent to 16px */
}
a:hover {
	color: #BC2A4D;  /* Red */
	text-decoration: underline;
	font-size: 1em;	 /* This sets the default font size to be equivalent to 16px */
}
a:active {
	color: #368AD2; /* LT Blue */
	text-decoration: none;
	font-size: 1em;	 /* This sets the default font size to be equivalent to 16px */
}


