
body
{
    margin: 0;
    padding: 0;
}

h1 {
	font-family: Verdana;
	font-size: 180%;
	text-align: left;
	text-decoration: none;
	color: #6699ff; /*#3366cc;*/
	line-height: normal;
}
h2 {
	font-family: verdana, arial, sans-serif;
	font-size: 130%;
	color: #6699ff;
	line-height: normal;
}
h3 {
	font-size: 120%;
	color: #6699ff;
	text-align: left;
	line-height: normal;
}

/* regular links */
a:link    {color:blue; text-decoration:none}
a:visited {color:purple; text-decoration:none}
a:active  {color:silver}
a:hover   {color:silver}

/* Links in the menu */
a.menu:link    {color:#336699; text-decoration: none; font-weight: bold; font-size:14px}
a.menu:visited {color:#336699; text-decoration: none; font-weight: bold; font-size:14px}
a.menu:active  {color:#6666cc; text-decoration: none; font-weight: bold; font-size:14px}
a.menu:hover   {color:#6666cc; text-decoration: none; font-weight: bold; font-size:14px}

/*links in the text*/
a.text:link    {color:#6666ff; text-decoration: none; font-weight: bold}
a.text:visited {color:#6666ff; text-decoration: none; font-weight: bold}
a.text:active  {color:#6666cc; text-decoration: none; font-weight: bold}
a.text:hover   {color:#6666cc; text-decoration: none; font-weight: bold}

/*links no bold*/
a.text2:link    {color:#333366; text-decoration: none}
a.text2:visited {color:#333366; text-decoration: none}
a.text2:active  {color:#333333; text-decoration: none}
a.text2:hover   {color:#333333; text-decoration: none}

/*indentation for references*/
p.ref
{
margin-left: 40px;
text-indent: -40px
}

/* usual settings */
table {
    margin: 0;
}

table.content {
    margin: 0; 
    padding-left: 10px;
}

td
{
	vertical-align: top;
	font-family:  verdana, arial, sans-serif;
	font-size: 12px;
}
td.menu
{
    margin: 0; 
	width:180px;
	padding-left: 15;
	text-align: left;
	vertical-align: top;
}

td.header
{
    margin-top: 20px; 
	padding-top: 20px;
	padding-left: 20;
	text-align: left;
}

td.content
{
	font-size: 12px;
}

td.footer
{
    text-align: center;
    font-family: Verdana, arial, sans-serif;
    font-size: 12px;
}
td.ref
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

/* Custom class for formatting references */
p.ref
{
	margin-left: 20px;
	text-indent: -20px;
}

