/*  this page ONLY controls how links pages look and is slightly different than all the other css  */

/*  look at the top of each page in the header  read where it is linked to a style sheet to see which one controls the page */

/*  d2b192 is main tan font   5c514a gray color 7d7166 lighter gray 655d55 med gray 534730 darker gray  table background 1c0505 green a6b595   000000 is black */

/* tags that are simply p, h4, a, etc. are  main tags example  <p><h4>  that control the look of the website they stand alone or can be temporarily altered by class tags*/
/* tags that start with a period are "class" tags .small, the the code on each page secondary tags to the main ones and are identified by the word "class"  i.e., <p class="small"> */
/* p is the main tag and small is the class tag in the above example */
/* class tags are used to change the look of the main tag in specific places on the page without altering the entire site.  You use class tags to control the look of one word, paragraph or area of the site */
/* without changing the entire site.  So <p class="small"> will give you a normal paragraph (p) but with a smaller font and will have any other attributes of the small class (font color, weight, etc.) */
/* but only where you specify the small class  */


div.c1 {
margin-left : 2em;
}
li.c2 {
list-style : none;
}

body {
background-color : #000000;
}



.black {
background-color : #000000;
text-align : center;
}

.bold {
	font-family :   Verdana, Arial, Helvetica, sans-serif;
	font-size: 08pt;
	font-weight : bold;
	color : #d2b192;
	word-spacing : .0pt;
	letter-spacing : .0pt;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

.strong {
	font-family :   Verdana, Arial, Helvetica, sans-serif;
	font-size: 08pt;
	color : #000000;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	background-color: 000000;
}





.bigger {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: ffffff
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	word-spacing : .5pt;
	letter-spacing : .5pt;
	
}



.big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: c2b192;
}

.justify {
	text-align : justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.indent {
		text-indent: 20px
}

.italic {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;

}


.large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #c2b192;
}

.small {
	font-size : 9px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #5c514a;
	text-color: #5c514a;
}

.light {
	font-family :   Verdana, Arial, San-serif;
	font-size : 0.85em;
	font-weight : normal;
	color : #d2b192;
	word-spacing : .0pt;
	letter-spacing : .0pt;
}

	
table {
	background-color : #1c0505;
}

td {
	background-color : #1c0505;
}

tr {
	background-color : #1c0505;
}

A:link {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12pt;
font-weight : bold;
text-decoration : none;
color : #d2b192;
}

A:visited {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12pt;
font-weight : bold;
text-decoration : none;
color : #c2b192;
}

A:active {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12pt;
font-weight : bold;
text-decoration : none;
color : #a6b595;
}

A:hover {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12pt;
font-weight : bold;
text-decoration : none;
color : #a6b595 ;
}




p {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 0.75em;
font-weight : normal;
color : #d2b192;
word-spacing : .0pt;
letter-spacing : .0pt;
text-align: left;
}

form {

font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 0.75em;
font-weight : normal;
color : #707166;
word-spacing : .0pt;
letter-spacing : .0pt;
text-align: left;
}
input {
 background-color: #707166;
}







h4 {
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #707166;
font-weight : bold;
word-spacing : 0;
letter-spacing : 1px;
text-align : leftr;
margin : 0;
}








ul {
font-family : Verdana, Arial, Helvetica, sans-serif;
list-style-type: square;
font-size : 0.85em;
font-weight : normal;
color : #5c514a;
word-spacing : .05px;
letter-spacing : .05px;
}

li {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 0.85em;
font-weight : normal;
color : #5c514a;
word-spacing : .05px;
letter-spacing : .05px;
}

	

