/* Default CSS Stylesheet for a new Web Application project */

a.comment
{
	color: black;
	cursor:hand;
	text-decoration:underline;
}

a.comment:hover
{
	color: red;
	cursor:hand;
	text-decoration:underline;
}

a.blackbg
{
	color: white;
	cursor:hand;
	text-decoration:none;
}

a.blackbg:hover
{
	color: yellow;
	cursor:hand;
	text-decoration:underline;
}

.info
{
	color: maroon;
	font-size: 110%;
}

h1
{
	background-color: white;
	color: #800000;
	font-size: 150%;
}

h2
{
	background-color: cccccc;
	color: 000000;
	font-size: 100%;
}

table.box
{
	border-color: gainsboro;
	border-width: 3;
	border-style: dashed;
	border-collapse: collapse;
}

td.title
{
	background: #534F43;
	vertical-align: middle;
	text-align: left;
}

td.content
{
	background: white;
	vertical-align: top;
}

td.boxtitle
{
	background: #C00000;
	vertical-align: top;
	text-align: center;
}


pre
{
	margin-top: .5em;
	margin-bottom: .5em;
}
