@import url("undo.css");
@import url("layout.css");
@import url("typog.css");
@import url("sIFR-screen.css");

/* Generic Rules
----------------------------------------------- */

html
{
	min-height: 100%;
}

html,body,div,p
{
/*font: normal 13px georgia, times, palatino, arial, helvetica, sans-serif; */
	font: normal 12px verdana, arial, helvetica, sans-serif; 
	line-height: 150%;
	color: #454545;
	text-align: left;
}

ul, ol, li
{
	text-align: left;
}

body
{
	margin: 0; 
	padding: 0;
}

a:link,
a:active,
a:visited
{
	color: #b30000;
	text-decoration: none; 
	border-bottom: 1px dotted #b30000;
	font-weight: normal;
}

a:link.sans,
a:active.sans,
a:visited.sans
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

a:hover
{
	color: #0175BA;
	text-decoration: none;
	border-bottom: none;
}

a img
{
	border-width: 0;
	border-style: none;
}
