﻿a:link {color: green}      /* unvisited link */
a:visited {color: green}  /* visited link */
a:hover {color: green}  /* mouse over link */
a:active {color: green}  /* selected link */

blockquote {
	width: 140px;
	margin-left:10px;
	font-size:medium;
	font-weight:bold;
	text-align:center;
}
body {
	background: #CCFFCC;
	color:green;
}

caption {
	 font-size:medium;
	 font-weight:bold 
}
h1 {
	margin-left: 100px;
	text-align: center;
	width: 600px;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
}

h2 {
	 margin-left:100px;
	 text-align:center;
	 width:600px
} 

hr {
    background-color:green;
	color:green;
	margin-left:0px;
	height:4px;
	width:780px;
	text-align:left;
}

img.ctr {
	margin-left: 100px;
	width: 600px;
	border: 2px solid green;
	float: none;
}

img.left {
	border: 2px green solid;
	float: left;
}

p.pbold {
	font-size: medium;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	width: 800px;
}

table.ctr600 {
    empty-cells:show;
	text-align: center;	
	border: 2px solid green;
	width: 600px;
    margin-left:100px
}
/*
td.ctr200 {
    vertical-align: middle;
	border: 2px solid green;
	text-align: center;	
	font-size:medium;
	font-weight:bold;
	width: 200px;
}
*/
td.ctr {
    vertical-align: middle;
    border: 2px solid green;
	text-align: center;	
	font-size:medium;
	font-weight:bold;
}

td.left {
    vertical-align: middle;
	border: 2px solid green;
	font-size:medium;
	font-weight:bold;
	text-align:left;
}

td.rev {
	border: 2px solid green;
	color: #CCFFCC;
	background-color:green;
	text-align: center;
	font-size:medium;
	font-weight:bold;
}
/*
td.rev200 {
	border: 2px solid green;
	color: #CCFFCC;
	background-color:green;
	text-align: center;
	width: 200px; 
	font-size:medium;
	font-weight:bold;
}*/
ul.disc250 {
	font-size:medium;
	font-weight:bold;
	list-style:disc;
	margin-left:250px;
}
/*  Special cell config's for scorecard */

td.w70fblackbgray {
	border: 2px solid green;
	color:  black;
	background-color:#c0c0c0;
	text-align: center;
	width: 70px; 
	font-size:medium;
	font-weight:bold;
}

td.w50fblackbgray {
	border: 2px solid green;
	color:  black;
	background-color:#c0c0c0;
	text-align: center;
	width: 50px; 
	font-size:medium;
	font-weight:bold;
}

td.w70fwhitebblue {
	border: 2px solid green;
	color: white;
	background-color:blue;
	text-align: center;
	width: 70px; 
	font-size:medium;
	font-weight:bold;
}

td.w50fwhitebblue {
	border: 2px solid green;
	color: white;
	background-color:blue;
	text-align: center;
	width: 50px; 
	font-size:medium;
	font-weight:bold;
}

td.w70fblackbred {
	border: 2px solid green;
	color: black;
	background-color:red;
	text-align: center;
	width: 70px; 
	font-size:medium;
	font-weight:bold;
}

td.w50fblackbred {
	border: 2px solid green;
	color: black;
	background-color:red;
	text-align: center;
	width: 50px; 
	font-size:medium;
	font-weight:bold;
}

td.w70fblackbwhite {
	border: 2px solid green;
	color: black;
	background-color:white;
	text-align: center;
	width: 70px; 
	font-size:medium;
	font-weight:bold;
}

td.w50fblackbwhite {
	border: 2px solid green;
	color: black;
	background-color:white;
	text-align: center;
	width: 50px; 
	font-size:medium;
	font-weight:bold;
}

td.w70fblackblime {
	border: 2px solid green;
	color: black;
	background-color: lime;
	text-align: center;
	width: 70px; 
	font-size:medium;
	font-weight:bold;
}

td.w50fblackblime {
	border: 2px solid green;
	color: black;
	background-color:lime;
	text-align: center;
	width: 50px; 
	font-size:medium;
	font-weight:bold;
}

td.w70fblackbaqua {
	border: 2px solid green;
	color: black;
	background-color: aqua;
	text-align: center;
	width: 70px; 
	font-size:medium;
	font-weight:bold;
}

td.w50fblackbaqua {
	border: 2px solid green;
	color: black;
	background-color: aqua;
	text-align: center;
	width: 50px; 
	font-size:medium;
	font-weight:bold;
}

