/* @override 
	http://localhost:8888/docs/main/
	http://192.168.1.148/css/main.css
	http://localhost/css/main.css
	http://192.168.2.250/css/main.css
	http://www.bigstar.co.nz/css/main.css
*/

body {
margin: 0em 0em 0em 0em;
padding: 0;
font-family:Verdana, 'Lucida Grande', Helvetica, sans-serif; 
/*font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;*/ 
/*font-family: Georgia, "Century Schoolbook L" serif;*/
font-size: 77%;
color: #000;
background-color:#fff;
height: 100%;
}
	
/*typography*/
a {
text-decoration:none;
color: #2B80B5;
}
a:link {
color: #2B80B5;
}
a:visited {
color: #2B80B5;
}
a:active {
}
a:hover {
color:#000000;
text-decoration: underline;
}

h1 {
font-family: Verdana, "'Lucida Grande'", Helvetica, sans-serif;
color:#004b8d;
font-size: 2.0em;
font-weight: normal;
margin: 1em 0 .5em 0;
/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}

h1:first-child {
margin-top: 0;
}

h2 {
font-family: Verdana, "'Lucida Grande'", Helvetica, sans-serif;
margin:0 0 0 0;
font-size: 1.7em;
font-weight: normal;
margin-bottom: .5em;
color: #004b8d;
}

h3 {
font-family: Georgia, "Century Schoolbook L" serif;
font-size: 1.5em;
font-weight: normal;
margin-bottom: .5em;
padding-bottom: 4px;
}

h4 {
font-size: 1em;
/*margin: 1.2em 0em 1.2em 0em;*/
margin:0;
font-weight: normal;
}
h5 {
font-size: 0.9em;
/*margin: 1.2em 0em 1.2em 0em;*/
font-weight: bold;
}
h6 {
font-size: 0.8em;
/*margin: 1.2em 0em 1.2em 0em;*/
font-weight: bold;
}
img {
	margin: auto;
	border: 0;
}
li {/*
list-style: none;*/
font-size: 1.0em;
line-height: 1.8em;
margin-top: 0.2em;
margin-bottom: 0.1em;
color: #5e5e5e;
margin-left: 2px;
}
ul {/*
list-style: none;*/
font-size: 1.0em;
line-height: 1.8em;
margin-top: 0;
margin-bottom: 1em;
padding-left: 0;
margin-left: 2em;
}
ol {/*
list-style: none;*/
font-size: 1.0em;
line-height: 1.8em;
margin-top: 0.2em;
margin-bottom: 1em; 
}

p {
font-size: 1em;
line-height: 1.6em;
/* margin: 1.2em 0em 1.2em 0em; */
margin:0;
margin-bottom: 1em;
text-decoration: none;
color: #4d4d4d;
}

li > p {
margin-top: 0.2em;
}
pre {
/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
font-family: monospace;
font-size: 1.0em;
}
b {
font-weight: bold;
}

strong {
font-weight: bold;
}

