@import url("hacknonnav4.css");
BODY {
margin-top: 4px;
margin-left:6%;
margin-right:6%;
background-color: white;
font-size:12px;
}
P {
font-family: Arial, Heletica, sans-serif;
font-size: 1em;
background-color: #ffffff;
color: blue;
}
UL {
font-family: Arial, Heletica, sans-serif;
font-size: 1em;
background-color: #ffffff;
color: blue;
}
H1 {
font-family: Arial, Heletica, sans-serif;
font-size: 2em;
font-weight:bold;
background-color: #c0c0c0;
color: black;
text-align:center;
}
H2 {
font-family: Arial, Heletica, sans-serif;
font-size: 1.5em;
font-weight:bold;
background-color: #ffffff;
color: blue;
text-align:center;
}
H3 {
font-family: Arial, Heletica, sans-serif;
font-size: 1.3em;
background-color: #ffffff;
color: blue;
background-color: #c0c0c0;
}
H4 {
font-family: Arial, Heletica, sans-serif;
font-size: 1em;
background-color: #ffffff;
font-weight:bold;
text-decoration: underline;
color: blue;
background-color: #fffff;
}
.week {
font-family: courier, serif;
font-size: 1em;
}
.debates {
font-family: Arial, Heletica, sans-serif;
font-size: 11px;
font-style: italic;
background-color: #ffffff;
color: blue;
margin-left:65px;
}

a.bookmarks {
font-family: Arial, Heletica, sans-serif;
font-size: 1em;
background-color: #ffffff;
color: blue;
font-weight: bold;
text-decoration: none;
}
a.bookmarks:link, a.bookmarks:active {
font-family: Arial, Heletica, sans-serif;
font-size: 1em;
background-color: #ffffff;
color: blue;
font-weight: bold;
text-decoration: none;
}
a.bookmarks:visited {
font-family: Arial, Heletica, sans-serif;
font-size: 1em;
background-color: #ffffff;
color: blue;
font-weight: bold;
text-decoration: none;
}
a.bookmarks:hover {
font-family: Arial, Heletica, sans-serif;
font-size: 1em;
background-color: #ffffff;
color: blue;
font-weight: bold;
text-decoration: underline;
}
*\ end of screen stylesheet /*



*\ begin print stylesheet /*

@media print {
BODY {
margin-top: 4px;
margin-left:6%;
margin-right:6%;
background-color: white;
}
P {
font-family: Arial, Heletica, sans-serif;
font-size: 10pt;
background-color: #ffffff;
color: black;
}
UL {
font-family: Arial, Heletica, sans-serif;
font-size: 1em;
background-color: #ffffff;
color: black;
}
H1 {
font-family: Arial, Heletica, sans-serif;
font-size: 18pt;
font-weight:bold;
background-color: #c0c0c0;
color: black;
text-align:center;
}
H2 {
font-family: Arial, Heletica, sans-serif;
font-size: 14pt;
font-weight:bold;
background-color: #ffffff;
color: black;
text-align:center;
}
H3 {
font-family: Arial, Heletica, sans-serif;
font-size: 12ptem;
background-color: #ffffff;
color: black;
background-color: #c0c0c0;
}
H4 {
font-family: Arial, Heletica, sans-serif;
font-size: 10pt;
background-color: #ffffff;
font-weight:bold;
text-decoration: underline;
color: black;
background-color: #fffff;
}
.week {
font-family: courier, serif;
font-size: 10pt;
}

a.bookmarks {
font-family: Arial, Heletica, sans-serif;
font-size: 10pt;
background-color: #ffffff;
color: black;
font-weight: bold;
text-decoration: none;
}
a.bookmarks:link, a.bookmarks:active {
font-family: Arial, Heletica, sans-serif;
font-size: 10pt;
background-color: #ffffff;
color: black;
font-weight: bold;
text-decoration: none;
}
a.bookmarks:visited {
font-family: Arial, Heletica, sans-serif;
font-size: 10pt;
background-color: #ffffff;
color: black;
font-weight: bold;
text-decoration: none;
}
a.bookmarks:hover {
font-family: Arial, Heletica, sans-serif;
font-size: 10pt;
background-color: #ffffff;
color: black;
font-weight: bold;
text-decoration: underline;
}
}