
/*set page background image- color only not used*/

/*body {background-image:url('')}*/

/*body {background-color:#999999} */


 a:link { 
	color: black;
	}
 a:hover { 
	color: red;
	}

.mousedif  a:link { 
	color: white;
	}
 a:hover { 
	color: red;
	}

/*set page basics*/

/*body {font-size:1.2em;font-family:"sans serif"} */

/*16px=1em font size */

.bkimage {
background-image:url('') }


.right {
text-align: right;}


.dborder {border-style:double;}

.borderclr {
border-style:solid;
border-color:#003366;
}




/*call for colored text*/

p.red {color:red}    
p.yellow {color:yellow}
p.white {color:white;
text-align: justify;margin:15px;
}
p.orange {color:orange}
p.green {color:green;text-align: justify;margin:15px;}
p.black {color:black}
p.blue {color:blue}

.midsztx {font-size:0.7em;}
.smalltx {font-size:0.5em;color:black;}
.smallaquatx {font-size:0.75em;color: #33CC99}
.smallcolortx {font-size:0.75em;color: #CC0033}
p.tsmall {font-size:0.7em;color:white;}
p.tmedium {font-size:2em;color:white;}
p.tmedsmall {font-size:1.5em}
p.center {text-align:center}

.black {color:black;text-align: justify;margin:15px;}
.white {color:white;text-align: justify;margin:15px;}
.pink {color: #FF3399}
.blue {color: blue}
.yellow {color: yellow}
.green {color: green;text-align: justify;margin:15px;}
.orange {color: #FF0033}
.red {color: red}
.grey {color: #D8D8D8}
.brown {color: #663333}

.dark {font-weight:bold;}



.bullet-list {
	border: 1px solid #000;
	margin: 2em;
	width: 80%;
	padding: 5px;
	font-family: Verdana, sans-serif;
	}

.bullet-list p {
	display: inline;
	}

.bullet-list ul, #inline-list li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #339;
	font-weight: bold;
	}
















