﻿.alert {
	color: white;
	display:block;
	background-color:red;
}

a:link.alert{
	color:blue;

}
a:visited.alert	{
	color:white;
}

a:hover.alert	{
	color:yellow;
	text-decoration:none;
}

a:link
{
	color: blue; 
	text-decoration: none;
}
a:visited
{
	color: rgb(0,204,204);
	text-decoration: none;
 
} 
a:active 
{
	color: rgb(204,153,51);
	text-decoration: none;

}
a:hover
{
	color:red;
	text-decoration: none;
}

body
{
	font-family: verdana, Arial, Helvetica;
	background-color: rgb(251,218,66);
	color: black;
	margin-top: 0;
	margin-left: 75;
}

form
{
	margin-top: 2px;
	margin-bottom: 2px;
}

/*
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153); 
}
*/

h1
{
	font-family: Arial, Helvetica;
	margin-top: 0;
	margin-bottom: 0;
	color: blue;
	font-size: 1.4em;
	
}


td.h1
{
	border-top: 2px white solid;
	border-bottom: 2px white solid;
}

h6
{
	font-family: Arial, Helvetica;
	margin-top: 0;
	margin-bottom: 0;
}

h5
{
	font-family: Arial, Helvetica;
	margin-top: 0;
	margin-bottom: 0;
	color: rgb(204,153,51);
}

h4
{
	font-family: Arial, Helvetica;
	margin-top: 0;
	margin-bottom: 0;
	color: rgb(255,102,51);
}

h3
{
	font-family: Arial, Helvetica;
	margin-top: 0;
	margin-bottom: 0;
	color: rgb(0, 0, 255);
	margin-top: 2px;
	margin-bottom: 2px;
}

h2
{
	font-family: Arial, Helvetica;
	margin-top: 0;
	margin-bottom: 0;
	color: rgb(204,153,51);
}

.casestory_td_left {
	border-top: 4px solid;
	border-top-color:rgb(251,218,66);
	border-bottom: 4px;
	border-bottom-color:rgb(251,218,66);
	border-right: none;
	border-left: none;
	text-align:left;
	background-color: olive;
	color: white;
	padding-top: 2px;
	
}

.casestory_td_right {
	border-top: 4px solid;
	border-top-color:rgb(251,218,66);
	border-bottom: 4px;
	border-bottom-color:rgb(251,218,66);
	border-right: none;
	border-left: none;
	text-align:left;
	background-color:olive;
	color: white;
	padding-top: 2px;

}


img.casestory_td	{
	float:left;
	margin-right: 2px;
	border:none;
	
}