/*Style Sheet for the Alois Carigiet Home Page*/
/* (c) The Alois Carigiet Home Page, 2004 */

body, td {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 10pt;
}

.ecom {
	font-family : "Verdana";
	font-size: 10pt;
	padding: 6px 6px 6px 6px;
	background-color : #FBB8B5;
	border-color: #FB625A;
	margin: 6px 6px 6px 6px;
}

.ecomtext {
	font-family : "Verdana";
	font-size: 10pt;
	background-color : #FBB8B5;
}

H1, H2, H3, H4 {
	font-family : "Verdana";
	font-weight: bolder
	font-size: smaller
}

A {
	text-decoration: underline;
}

A:Hover {
	text-decoration: underline;
	color: Red;
	background-color : #FFFF99;
	cursor: hand;
}	

.sidebar{
	font-weight: bold;
	text-align: left;
}

.sidebar a:link{
	color: white;
}

.sidebar a:visited {
	color: white;
}
	
.sidebar a:active{
	color: red;
	background-color: white
}
	
.sidebar a:hover{
	color: red;
	text-decoration: none;
	background-color: #FFFFCC;
	cursor: hand;
}	
.sidebarHigh{
	font-weight: bold;
	text-align: left;
	background-color : Silver;
	color : Black;
}	
.sidebarHigh a:link{
	color: black;
}

.sidebarHigh a:visited {
	color: Black;
}
.sidebarHigh a:active{
	color: red;
	background-color: white
}
	
.sidebarHigh a:hover{
	color: red;
	text-decoration: none;
	background-color: #FFFFCC;
	cursor: hand;
}

.footer{
	font-family: "Verdana";
	font-size: 8pt;
}