/* basic elements */

BODY {
	Color: Black;
	Background: White;
	Margin: 0ex;
	Padding: 0ex;
	Font-size: 10pt;
	Font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

BODY.menu {
	Color: Black;
	Background: Red;
	Margin: 0ex;
	Padding: 0ex;
	Font-size: 10pt;
	Font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

P {
	Color: Black;
	Background: White;
	Margin: 2ex;
	Padding: 0ex;
	Font-size: 10pt;
	Font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

P.menu {
	Color: White;
	Background: Red;
	Margin: 0ex;
	Padding: 0ex;
	Font-size: 10pt;
	Font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A:link {
	Text-decoration: none;
	Color: #FF8C1D;
	Font-weight : bold;
}


A.menu:link {
	Text-decoration: none;
	Color: white;
	Font-weight : bold;
}

A.menu:visited {
	Text-decoration: none;
	Color: Silver;
	Font-weight : bold;
}

A:visited {
	Text-decoration: none;
	Color: #FF8C05;
	Font-weight : bold;
}


A:hover, A:active {
	Text-decoration: underline;
	Color: #FF8C1D;
	Font-weight : bold;
}

H1 {
	border-bottom-color : red;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	width : 100%;
	color: Red;
	font-size : 1.5em;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-indent : 5px;
	text-align : right;
	}

H2 {
	border-bottom-color : red;
	border-bottom-style : solid;
	border-bottom-width : thin;
	width : 65%;
	color: Red;
	font-size : 1.5em;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-indent : 10px;
}

H3 {
	border-bottom-color : #FFD700;
	border-bottom-style : solid;
	border-bottom-width : thin;
	width : 50%;
	font-size : 1.2em;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : Black;
	text-indent : 10px;
}

TABLE
{
	Color: Black;
	Background: White;
	Font-size: 10pt;
	Font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

TABLE.program
{
	Color: Black;
	Background: White;
	Font-size: 10pt;
	Font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	Border : thin solid Red;
}
TD.date
{  Width:5%;
	Font-size:14pt;
	Font-weight : bold;
}
TD.day
{  Width:10%;
}

TD  B {
	Color:Black;
}
.menu
{
	Color: White;
	Background: Red;
	Font-size: 10pt;
	Font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

B{
	color : Red;
}
