
/*  Immivasion style sheet.
	The site is designed with a black background.  Tables contain text that
	is rendered on a white background */


body {
	font-family: Verdana,Helvetica,Arial,sans-serif;
/*	background-color: #000120; */
/* 	background-color: #04052F; */
/*	background-color: #131432; */
	background-color: #06072D;
	
	
}

/* Links are designed to render well on dark as well as white background */

a:link, a:visited, a:hover, a:active {
	background: transparent;
	text-decoration: none;
	font-weight: 700;
}

a:link, a:visited, a:active {
	color: #DD7E03;
}

.orangeLink{
	color: #DD7E03;
	border-color: #DD7E03;
}

a:hover {
/*	color: #116A28; */
/*	color: #20AA44; */
	color: #33CC33;	
	text-decoration: underline
}


/* In general, colors should render well on dark as well as white backgrounds.
   Standard font colors are designed for white backgrounds.  */

p  {
	font-size: 13px;
}

pre  {
	font-size: 11px;
	margin: 40px;
}

h1, h2, h3, h4, h5, h6 {
	color: #330099;
}

h1  {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 2px;
}

h2  {
	font-size: 18px;
	font-weight: 700;
}

h3  {
	font-size: 15px;
	font-weight: 600;
}

h4  {
	font-size: 14px;
	font-weight: 600;
}

h5  {
	font-size: 12px;
	font-weight: 600;
	font-style: italic;
}

h6  {
	font-size: 9px;
	font-weight: 600;
	font-style: italic;
}


li, dt, dd {
	font-size: 13px;
}	

li {
	list-style: square;
}

.large {
	font-size: 14px;
}


.larger {
	font-size: 16px;
}

.largest {
	font-size: 18px;
}

.small {
	font-size: 10px;
}

.smallest {
	font-size: 8px;
}

.homePageWhy {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 2px;
}

.thousandWords {
	padding-top: 90px;
	padding-left: 36px;
	font-size: 11px;	
	font-weight: 600;	
	color: #BBBBBC;
}

.quote {
	color: #830309;
	font-size: 11px;
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
}

.standout {
	color: #830309;
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
}


	
.bigIndent {
	margin-left: 40px;
}

.underline {
	text-decoration: underline;
}	

	
.framedText {
	margin-left: 50px;
	margin-right: 50px;
}

.updated {
	margin: 0px 15px 0px 0px;
	color: #999999;
	font-size: 9px;
	font-weight: 400;
	text-align: right;
}

div.linksList {
	margin-left: 0px;
}
.linksList ul {
	margin: 0 0 0 0;
	display: block;
}
.linksList ul li {
	padding: 0 0 7 0;
	list-style-position: outside;
	list-style-type: none;
	display: block;
}



.darkPageTitle {
	font-size: 15px;
	font-weight: 600;
	color: #E3E4E7;
}

.darkPageText {
	color: #E3E4E7;
}
.darkPageSmallText {
	font-size: 11px;	
	color: #BBBBBC;
}

.darkPageSmallerText {
	font-size: 10px;	
	color: #BBBBBC;
	padding-left: 45px;
	padding-right: 45px;
}
.darkPageSmallestText {
	font-size: 8px;	
	color: #CBCBCB;
}
