body {
	background-color : #c0c0c0;
	background-image : url(http://www.baileyjs.com/de365/pictures/background9.gif);
	background-repeat : repeat;
	background-attachment : fixed;
	color: #000000;
	font-weight: normal;
	font-family: tahoma,ariel,helvectica, sans-serif;
	font-style : normal;
	font-variant : normal;
	line-height : 1.125em;
	margin-top : .5em;
	margin-bottom : 1em;
	margin-left : 10%;
	margin-right : 10%;
}

h1 {
	background-color: white;
	color: black;
	padding : .5em .25em .75em .25em;
	border-style: solid;
	border-width: medium;
	border-color: red red red red;
} 
h2 {
	background-color: white;
	color: black;
	padding : .5em .25em .75em .25em;
	border-style: solid;
	border-width: medium;
	border-color: red red red red;
text-align: center;
} 

p  {
	background-color: white;
	color: black;
	text-indent: 2em;
	padding : .5em .25em .75em .25em;
	margin-top : 1.5em;
	border-style: solid;
	border-width: medium;
	border-color: red red red red;
}
ul {
	list-style-type : square;
	list-style-position : inside;

	background-color: white;
	color: black;
	border-style: solid;
	border-width: medium;
	border-color: red red red red;
}
 li  {
	background-color: white;
	color: black;
	text-indent: 1em;
	margin-top : .25em;
	margin-bottom : .5em;
}
.center {
	text-indent: 0;
	margin-top : 1.5em;
	text-align : center;
}
.indent{
	text-indent : 2em;
}
.noindent { 
text-indent: 0;
margin-top : 1.5em;
 }
.bold {
	font-weight : bold;
}
.cite {
text-indent: 1em;
font-style : italic;
font-size : x-small;
}
.copyright {
text-indent: 0em;
font-style : italic;
font-size : x-small;
}
.note {
font-size : x-small;
color: red; 
background-color: white;
	}	
td, th {
}
.border {
	padding-right: .5em;
	border: medium solid;
	border-color: #ffffff #ffffff #ffffff #ffffff;
}
.borderwhite {
	padding-bottom: .25em;
	border: medium solid;
	border-color: #ffffff #ffffff #ffffff #ffffff;
}
.borderred {
	border: medium solid;
	border-color: #ff0000 #ff0000 #ff0000 #ff0000 ;
}
.borderblue {
	border: medium solid;
	border-color: #000080  #000080  #000080  #000080;
}
a:link    { color: blue;
background-color: transparent;}
a:visited { color: #808080;
background-color: transparent; }
a:hover   { color: #ff0000;
background-color: #dddddd; }
a:active  { color: #888888;
background-color: transparent; }

.boxright{
background : transparent;
float : right;
width: 210px;
height: auto;
}
.boxleft{
background : transparent;
float : left;
width: 210px;
height: auto;
}
