

/* comment: new style for survivor quidelines pages */

html {
	margin: 0px;
	padding: 20px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF; 
	background: url("../graphics/StripeStar.jpg");
	background-repeat: repeat-y;
	font-size: 95%;
	font-family: verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #000000; 
}



/* comment: Text link styles: added bold links with default hovering underline  */

a:link {color: #ff3333; font-weight: bold; }
a:visited {color: #000099; font-weight: bold; }
a:hover {color: #000000; font-weight: bold; }
a:active {color: #000099; font-weight: bold; }

	

.boldtextlink { text-decoration: underline; }

.textlink {  text-decoration: underline;  font-weight: normal}

.nolinetextlink {  text-decoration: none;  font-weight: normal}


/* comment:  attempt at trying to use css to make page borders */




/* comment: H1--blue */

h1 {	font-size: 150%;
	font-weight: bold;
	border-color: #000000;
	color: #000099;
}

/* comment: H2--black */

h2 {	font-size: 120%;
	font-weight: bold;
	border-color: #000000;
	color: #000000;
	}
	
	
/* comment: H3--blue */

h3 {	font-size: 110%;
	font-weight: bold;
	border-color: #000000;
	color: #000099;
	}
	

/* comment: H4--black */

h4 {	font-size: 90%;
	font-weight: bold;
	border-color: #000000;
	color: #000000;
	}


p, td
	{	font-size: 100%;
	border-color: #000000;
	color: #000000;	
	}

 ul, ol    { list-style: outside; 
				 border-bottom: 5px;}
.square  { list-style-image: url("../graphics/square.gif") }


		

	
li    { border-bottom: 5px;}

/* comment: big 110, small 95, smaller 90, medsmall 85, smallest 80 */

.big { font-size: 110%; }
.small { font-size: 95%; }
.smaller { font-size: 90%; }
.medsmall { font-size: 85%; }
.smallest { font-size: 80%; }
	
.serif { font-family: georgia, serif; }

.smalllist { font-size: 90%; }
.copyright { font-size: 80%; 
				font-style: italic;
				text-align: center;}

.centered { font-size: 100%; 
	text-align: center;
	vertical-align: top; }

.centeredlist { font-size: 90%; 
	text-align: center;
	vertical-align: top; }
	

.leftlist { font-size: 90%; 
	text-align: left;
	vertical-align: top; }
	
.bold { font-weight: bold; }
.normal { font-weight: normal; }
.lighter { font-weight: lighter; }


.purple { color: #660066; }
.red { color: #ff3333; }
.blue { color: #000099; }
.green { color: #006633; }
.black { color: #000000; }

