/****************************************************************/
/* 1.	NON LAYOUT */
/****************************************************************/
/* 1A.  HEADINGS */
/****************************************************************/

h2 {
	font-size: medium;
}
h3 {
	font-size: small;
}

/****************************************************************/
/* 1B.  HYPERLINKS */
/****************************************************************/

img {
    display: none;
}
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/****************************************************************/
/* 1C.  OTHER */
/****************************************************************/

p {
    text-align: left;
}

/****************************************************************/
/* 2.	PAGE LAYOUT */
/****************************************************************/
/* 2A.  PAGE HOLDER */
/****************************************************************/

body, div, p, td {
    font-family: verdana, sans serif;
    font-size: small;
}

div#printhead {
    display: none;
}

