/* Computers.Soich.com  CSS Stylesheet */

/* General */
body {
      background : White;
}


/* Top Panel Links */
a.toppanel:link {
	text-decoration : none;
	color : Black;
	font-family : Arial;
	font-variant : normal;
	font-weight : bold;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	font-size : larger;
}

a.toppanel:visited {
	text-decoration : none;
	color : Purple;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	height: auto;
	letter-spacing: normal;
	line-height: normal;
	font-size: larger;
}

a.toppanel:active {
	text-decoration : none;
	color: Darklred;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	height: auto;
	letter-spacing: normal;
	line-height: normal;
	font-size: larger;
}


/* Side Panel Links */
a.sidepanel:link {
	text-decoration : none;
	color : Blue;
	font-family: Arial;
	font-variant: normal;
	font-weight: normal;
	height: auto;
	letter-spacing : normal;
	line-height: normal;
	font-size: smaller;
}

a.sidepanel:visited {
	text-decoration : none;
	color: Purple;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height : auto;
	letter-spacing: normal;
	line-height: normal;
	font-size: smaller;
}

a.sidepanel:active {
	text-decoration : none;
	color : Purple;
	font-family : Arial;
	font-style : normal;
	font-variant: normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height: normal;
	font-size: smaller;
}


/* Text */
font.generaltext {
        color: Black
	text-decoration : none;
	color : Black;
	font-family : Arial,;
	font-style : normal;
	font-variant: normal;
	font-weight : normal;
	letter-spacing : normal;
	line-height: normal;
	font-size: smaller;
}

font.headingtext {
        color: Black
	text-decoration : none;
	color : DarkRed;
	font-family : Arial;
	font-style : normal;
	font-variant: normal;
	font-weight : Bold;
	letter-spacing : normal;
	line-height: normal;
	font-size: larger;
}