body {
	background: #ffcccc; /* outside */
	font-family: Verdana, Arial, sans-serif;
	line-height: 150%;
	margin: 0;
	padding: 0;
	}

#header {
	padding-bottom: 20px;
	}

#wrap {
	max-width: 900px;
	min-width: 480px;
	background-color: #cccfff; /* upsidedown L */
  	width: 90%;
   	margin: 20px auto;
   	padding: 30px 20px 0 0;
   	}
       
#screen {
	background: #ffffff;  /* text area */
   	padding: 10px 10px 10px 0;
   	}

h2	{
	color: #000000;  /* black */
	text-align: center;
	font-family: verdana, arial, sans-serif;
	}

.center {
	text-align: center;
	}


div.dotted {  
	margin-top: 4px;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 4px; 
	border-top: dotted;
	}
	
div.dottedctr {  
	margin-top: 4px;
	margin-right:120px;
	margin-left: 120px;
	padding-top: 4px; 
	border-top: dotted;
	}
	
	.dottedctrshort {  
	margin-top: 4px;
	margin-right:180px;
	margin-left: 180px;
	padding-top: 4px; 
	border-top: dotted;
	}

h3	{
	color: #008800;  /* green */
	text-align: center;
	font-family: verdana, arial, sans-serif;
	}

div.main {
	color: #000000;  /* black */
	padding-left: 15px;
	}

span.green {
	color: #008800;  /* green */
	font-weight: 700;
	text-decoration: underline;
	}
	
span.grebol	{
	color: #008800;  /* green */
	font-weight: 700;
	}
	
span.grebolund {
	color: #008800;  /* green */
	font-weight: bold;
	text-decoration: underline;
	}
	
span.blkbolund {
	color: #000000;  /* black */
	font-weight: bold;
	text-decoration: underline;
	}
	
span.bgrebolund {
	color: #147f80;  /* bluegreen */
	font-weight: bold;
	text-decoration: underline;
	}


span.bolund {
	font-weight: 700;
	text-decoration: underline;
	}
	
span.bolundlrg {
	font-weight: 700;
	text-decoration: underline;
	font-size: 16px;
	}
	
.bolundital {
	font-weight: 700 ;
	text-decoration: underline;
	font-style: italic;
	}
	
span.grebolundital {
	color: #008800 ;  /* green */
	font-weight: 700;
	text-decoration: underline;
	font-style: italic;
	}
	
span.grebolital {
	color: #008800 ;  /* green */
	font-weight: 700;
	font-style: italic;
	}
	
span.bolital {
	font-weight: 700;
	font-style: italic;
	}

span.und {
	text-decoration: underline;
	}
	
.italic {
	font-style: italic;
	}
	
p.ctrbol {
	text-align: center;
	font-weight: 700;
}

span.bol {
	font-weight: 700;
	}

.redbol {
	color: #ff0000;  /* red */
	font-weight: 700;
	}
	
span.red {
	color: #ff0000;  /* red */
	}
	
.redlrg {
	color: #ff0000;  /* red */
	font-size: 16px;
	}
	
.redlrgctr {
	color: #ff0000;  /* red */
	font-size: 16px;
	text-align: center;
	}
	
span.gre {
	color: #008800;  /* green */
	}
	
span.grebolundmed {
	color: #008800;  /* green */
	font-weight: bold;
	font-size: 18px;
	}
	
span.gre {
	color: #008800;  /* green */
	}
	
.redbolund {
	color: #ff0000;  /* red */
	font-weight: 700;
	text-decoration: underline;
	}
	
.redbolundshad2 {
	color: #ff0000;  /* red */
	font-weight: 700;
	text-decoration: underline;
	text-shadow: 2px 2px 3px #888;
	}
	
span.redbolundital {
	color: #ff0000;  /* red */
	font-weight: 700;
	text-decoration: underline;
	font-style: italic;
	}
	
/* p.redbolund {
	color: #ff0000;  /* red */
	font-weight: 700;
	text-decoration: underline;
	} */
	
span.brobolund {
	color: #744a00;  /* brown */
	font-weight: bold;
	text-decoration: underline;
	}
	
span.purbolund {
	color: #d897e3;  /* purple */
	font-weight: bold;
	text-decoration: underline;
	}
	
span.pur {
	color: #d897e3; /* purple */
	}

span.blu {
	color: #0000ff; /* blue */
	}
	
.blubolital {
	color: #0000ff; /* blue */
	font-style: italic;
	font-weight: bold;
	}
	
.ctrblubolital {
	color: #0000ff; /* blue */
	font-style: italic;
	font-weight: bold;
	text-align: center;
	}
	
.bluital {
	color: #0000ff; /* blue */
	font-style: italic;
	}
		
.perbol {
	color: #d897e3; /* purple */
	font-weight: bold;
	}
	
.blubol {
	color: #0000ff; /* blue */
	font-weight: bold;
	}
	
span.blubolund {
	color: #0000ff;  /*blue */
	font-weight: bold;
	text-decoration: underline;
	}
	
span.blubolundshad2 {
	color: #0000ff;  /*blue */
	font-weight: bold;
	text-decoration: underline;
	text-shadow: 2px 2px 3px #888;
	}
	
span.orabol {
	color: #c98300; /* orange */
	font-weight: bold;
	}
	
div.ctr {
	text-align: center;
	color: #0000ff;  /* blue */
	font-size: 18px;
	font-style: italic;
	text-decoration: underline;
	}

a:link {
	color: #800080;  /* purple */
	text-decoration: underline;
	}
	
a:visited {
	color: #ff6600;   /* red */
	text-decoration: none;
	}
	
a:hover {
	color: #008800 ; /* green */
	text-transform: uppercase;
	}
	
a:active {
	color: #ff00ff;
	text-decoration: none;
	}
	
span.blubolundlrg {
	color: #0000ff; /* blue */
	font-weight: bold;
	font-size: 24px;
	text-decoration: underline;
	}
	
span.blubolundlrgshad2 {
	color: #0000ff; /* blue */
	font-weight: bold;
	font-size: 24px;
	text-decoration: underline;
	text-shadow: 2px 2px 3px #888;
	}
	
	
span.blubolunditallrg {
	color: #0000ff; /* blue */
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
	text-decoration: underline;
	}
	
.bollrg {
	font-weight: bold;
	font-size: 16px;
	}
	
.redbollrg {
	color: #ff0000;  /* red */
	font-weight: bold;
	font-size: 18px;
	}
	
.redbolital {
	color: #ff0000;  /* red */
	font-weight: bold;
	font-style: italic;
	}
	
.ctrredbollrg {
	color: #ff0000;  /* red */
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	}
	
span.redbollrglrg {
	color: #ff0000;  /* red */
	font-weight: bold;
	font-size: 24px;
	}
	
.redbollrglrgshad2 {
	color: #ff0000;  /* red */
	font-weight: bold;
	font-size: 24px;
	text-shadow: 2px 2px 3px #888;
	}
	
span.blubollrglrg {
	color: #0000ff;  /* blue */
	font-weight: bold;
	font-size: 24px;
	}
	
.blubolmed {
	color: #0000ff;  /* blue */
	font-weight: bold;
	font-size: 18px;
	}
	
.blubolmedshad2 {
	color: #0000ff;  /* blue */
	font-weight: bold;
	font-size: 18px;
	text-shadow: 2px 2px 3px #888;
	}
	
.blubolundmedshad2 {
	color: #0000ff;  /* blue */
	font-weight: bold;
	font-size: 18px;
	text-shadow: 2px 2px 3px #888;
	}
	
	

	
.grebollrglrg {
	color: #008800;  /* green */
	font-weight: bold;
	font-size: 24px;
	}
	
.grebollrglrgshad2 {
	color: #008800;  /* green */
	font-weight: bold;
	font-size: 24px;
	text-shadow: 2px 2px 3px #888;
	}
	
.grebolundlrglrgshad2 {
	color: #008800;  /* green */
	font-weight: bold;
	font-size: 24px;
	text-decoration: underline;
	text-shadow: 2px 2px 3px #888;
	}
	
.grebolmed {
	color: #008800;  /* green */
	font-weight: bold;
	font-size: 18px;
	}
	
.grebolmedshad2 {
	color: #008800;  /* green */
	font-weight: bold;
	font-size: 18px;
	text-shadow: 2px 2px 3px #888;
	}
	
.redbolundlrg {
	color: #ff0000;  /* red */
	font-weight: bold;
	font-size: 24px;
	text-decoration: underline;
	}
	
.redbolundlrgshad2 {
	color: #ff0000;  /* red */
	font-weight: bold;
	font-size: 24px;
	text-decoration: underline;
	text-shadow: 2px 2px 3px #888;
	}
	
.ctrredbolundlrg {
	color: #ff0000;  /* red */
	font-weight: bold;
	font-size: 24px;
	text-decoration: underline;
	text-align: center;
	}
	
p.ctr {
	text-align: center;
}

div.centergre {
	text-align: center;
	color: #00782b;  /* green */
	font-family: "Comic Sans MS", fantasy;
}

p.leftmar	{
	margin-left: 30px;
}

p.bolctr {
	font-weight: bold;
	text-align: center;
}

span.redbollrglrgund {
	color: #ff0000;  /* red */
	font-weight: bold;
	font-size: 24px;
	margin-left: 270px;
	text-decoration: underline;
	}
	
p.ind {
	text-indent: 40px;
}

ul {
	list-style-type: none;
}

span.marlft {
	margin-left: 40px;
}

.comic {
	font-family: Comic Sans MS, Charcoal, Verdana, Geneva;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.comicblu {
	font-family: Comic Sans MS, Charcoal, Verdana, Geneva;
	color: blue;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}


.leftcomicblu {
	font-family: Comic Sans MS, Charcoal, Verdana, Geneva;
	color: blue;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
}

.sixteen {
	font-size: 16px;
	font-family: Verdana, Arial, sans-serif;
}

.indent {
	text-indent: 20px;
}

.shadow2 {
	text-shadow:  2px 2px 3px #888;
}

.shadow1 {
	text-shadow:  1px 1px 3px #888;
}