/* *** stylesheet.css for rosc.net *** */

A:link, A:visited, A:active	{ 
	color: 				black; 
	text-decoration: 	underline;
	font-weight: 		normal;
}

A:hover { 
	color: 				red; 
	text-decoration: 	underline; 
}

A:link.alt, A:visited.alt, A:active.alt	{ 
	color: 				black; 
	text-decoration: 	none;
	font-weight: 		normal;
}

A:hover.alt { 
	color: 				red; 
	text-decoration: 	underline; 
}

h1, h2, h3 {
	margin: 	0px;
	padding: 	0px;
}

TABLE 		{ 
	font-size:		10px; 
	font-family:	verdana, arial, helvetica; 
	color:			#000; 
	font-weight:	normal; 
}

.tiny		{ 
	font-size:		10px; 
	font-family:	verdana, arial, helvetica; 
	color:			#000; 
	font-weight:	normal; 
}

.title	{
	background-color: black;
	padding: 		3px;
	font-family: 	palatino, georgia, times new roman, serif;
	font-size: 		medium;
	color: 			yellow;
	text-align:		left;
}

.content, P {
	padding:		0px;
	font-family:	verdana, trebuchet, arial, sans-serif;
	font-size:		11px;
	font-weight:	normal;
	color:			#333;
	line-height:	16px;
}

table.docs {
    border: 		solid #808080 1px;
    border-spacing: 0;
    border-collapse: collapse;
	cellpadding:	3;
	cellspacing:	3;
}

td.docs
{
    border: 		solid #808080 1px;
    margin: 		0;
    padding: 		3px;
    background-color: #CCCCCC;
	font-family:	verdana, trebuchet, arial, sans-serif;
	font-size:		x-small;
	font-weight:	bold;
	color:			black;
}

td.content
{
    border: 		solid #808080 1px;
    margin: 		0;
    padding: 		3px;
    background-color: white;
	font-family:	verdana, trebuchet, arial, sans-serif;
	font-size:		small;
	font-weight:	normal;
	color:			black;
}

