/*
//
// E.C. 2004/04/05
//
//
// basic 16 colors.
//
// aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, yellow.

//
// Set all fonts to normal by default, unless otherwise specified later.
//
*/

	{
	font-size:	normal;
	font-weight:	normal;
	line-height:	normal;
	/* background-color: teal; */
	/* background: teal; */
	}

/*
Set default body configuration.

 Body.config	{}
*/

BODY	{
	/* color: #000099; */
	/* color: lime; */
	color: navy;
	/* background-color: "#CCCC99"; */
	background-color: #CCCC99;
	/* background-color:	lime; */
	/* background:	lime; */
	font-size:	100%;
	/*font-family: Garamond, Verdana, Geneva, Helvetica, Arial, serif;*/
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	/*font-family: courier new, monospace;*/
	text-align: right;
	}

/*
DIV	{
	/* color:	yellow; */
	/* background:	tan; */
	/* background:	#CCCC99; */
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size:100%;
	}
*/

/* link_info.href_info	{} */
A:link	{
	text-decoration:	none;
	color:	blue;
	background:	#FFCC33;
	text-decoration:	underline;
	}
A:visited	{
	text-decoration:	none;
	color:	purple;
	font-weight:	bold;
	text-decoration:	underline;
	background:	#CCCC99;
	/* background:	#FFCC33; */
	}
/* change color and background color of text, when cursor pass over it. */
A:hover	{
	text-decoration:	none;
	color:	darkblue;
	text-decoration:	nounderline;
	/* background:	#FFCC00; */
	/* background:	silver; */
	/* background:	aqua; */
	background:	lime;
	}
/* active link (selected link) */
A:active	{
	text-decoration:	none;
	color:	red;
	text-decoration:	none;
	/* background:	#FFCC00; */
	background:	gray;
	}

p.title    {
	    padding: 0 0 0 0;
	    margin-top: 0;
	    border-top: 0;
	    color: navy;
	    background-color:	#CCCC99;
	    /* font-family: Garamond, Verdana, Geneva, Helvetica, Arial, sans-serif; font-size:110%; */
	    font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size:110%;
	    text-align: center;
	    }
p.intro1    {
	    padding: 0 0 0 0;
	    margin-top: 0;
	    border-top: 0;
	    color: navy;
	    background-color:	#CCCC99;
	    font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size:100%;
	    text-align: center;
	    }
p.subtitle1	{
	    padding: 0 0 0 0;
	    margin-top: 0;
	    border-top: 0;
	    color: #FFCC33;
	    background-color:	#000099;
	    font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size:100%;
	    text-align: left;
	    }
p.txt1	{
	    padding: 0 0 0 0;
	    margin-top: 0;
	    border-top: 0;
	    /* color: #000099; */
	    /* color: navy; */
	    color: #FFCC33;
	    background-color:	#000099;
	    font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size:100%;
	    text-align: left;
	    }
p.navbar1	{
	    padding: 0 0 0 0;
	    margin-top: 0;
	    border-top: 0;
	    /* color: #000099; */
	    /* color: navy; */
	    /* color: #FFCC33; */
	    background-color:	#FFCC33;
	    font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size:70%;
	    text-align: left;
	    }
p.navbar2	{
	    padding: 0 0 0 0;
	    margin-top: 0;
	    border-top: 0;
	    /* color: #000099; */
	    /* color: navy; */
	    /* color: #FFCC33; */
	    background-color:	#FFCC33;
	    font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size:100%;
	    text-align: left;
	    }
p.navbar3:before	{
	    padding: 0 0 0 0;
	    margin-top: 0;
	    border-top: 0;
	    /* color: #000099; */
	    /* color: navy; */
	    /* color: #FFCC33; */
	    /* background-color:	#FFCC33; */
	    font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size:80%;
	    text-align: left;
	    /* content: "********* This is the end my friend, the end... ******"; */
	    content: "Linux is a registered Trademark of Linus Torvald.";
	    }

H1	{
	background-color:	#CCCC99;
	font-size:	120%;
	font-weight:	bold;
	text-align: center;
	}

H2	{
	background-color:	#CCCC99;
	font-size:	110%;
	font-weight:	bold;
	}

H3	{
	background-color:	#CCCC99;
	font-size:	108%;
	font-weight:	bold;
	}

H4	{
	background-color:	#CCCC99;
	font-size:	106%;
	font-weight:	bold;
	}

H5	{
	background-color:	#CCCC99;
	font-size:	102%;
	font-weight:	bold;
	}

H6	{
	background-color:	#CCCC99;
	font-size:	100%;
	font-weight:	bold;
	}

H7	{
	background-color:	#CCCC99;
	font-size:	100%;
	font-weight:	bold;
	}


