/* Style sheet for Web Design Skills web pages */
/* Last updated  20 Oct 2008 */
@media all
{
body {
	font-size:.8em;
}
p,dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: bold;
	background: #FFFFFF;
}
p.footer {  font-family: Verdana, Arial, Helvetica, sans-serif;  font-style: italic; text-align: right; font-size: 85%;  background: #ffffff}
.pink {font-family: verdana;font-size: 100%;color: #FF33FF;
            font-weight: bold}
H1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 230%; font-style: normal; font-weight: bolder; 
 background: #ffffff}
H2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 150%; font-style: normal; font-weight: bolder; 
 background: #ffffff}
H3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 120%; font-style: italic; font-weight: bold; }
caption {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 120%; font-style: italic; font-weight: bold;  background: #ffffff}
H4 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: italic; font-weight: bold;  background: #ffffff}
div {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal;  background: #ffffff}
td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal;  background: #ffffff}
th {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal;  font-weight: bold;  background: #ffffff}
ul {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; }
li {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal;  margin-top: 0.7em; margin-bottom: 0.7em}
ol {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; background: #ffffff}
ol.romanlist {list-style-type: lower-roman}
blockquote {  font-family: Verdana, Arial, Helvetica, sans-serif;  font-style: normal;  background: #ffffff}
.central {
	position: absolute;
	left: 200px;
	top: 200px;
}
table {
	border-collapse:collapse;
} 
.wdsserif {
	font-family: "Times New Roman", Times, serif;
}
.wdssans {
	font-family: Arial, Helvetica, sans-serif;
}
.wdsmono {
	font-family: "Courier New", Courier, mono;
}
.yellblack {
	color: #FFFF00;
	background-color: #000000;
}

.yellwhite {
	color: #FFFF00;
	background-color: #FFFFFF;
}
.subtext {
	font-style: italic;
	margin-left: 20px;

}
dd {
	margin-top: 1em;
	margin-bottom: 1em;
}
} /* End of @media all statement */
@media screen
{
body {
	color: #4b0082;
	background: #ffffff;
}
.menu {
	position:absolute;
	left: 7px;
	top: 7px;
	width: 170px;
	background-color:#C0C6C7;
}
.menu h3 {
	padding-left: 4px;
}
.menu li {
	margin-left:-15px;
}
.whole {
	position:absolute;
	left: 190px;
	width:850px;
}
p,dd,dt,h1,h2,h3,h4,caption,div,td,th,ul,li,ol,blockquote
{
	color: #4b0082;
}
em {
	color:#CC6666;
}
code {color:#e00060;  font-family:Courier New,monospace; font-weight:bolder; font-size:1em;}
A:link {color:#4b0082;  text-decoration:underline}
A:visited {color:#4b0082; text-decoration:underline}
A:hover {color:#ff0000; text-decoration:underline}
.toplink {
	position: fixed;
	height: 40px;
	width: 40px;
	top: 50%;
	left: 95%;
}
pre {
	font-size:1.3em;
}
.noprint {
	display: inline;
}
.newpage {
}
.noscreen {
	display:none;
}
.fbtable th, .fbtable td, .fbtable table {
	border-width:1px;
	border-spacing:0px;
	border-style:solid;
	border-color:#999999;
}
.fbtable th, .fbtable td {
	padding: 10px;
}
}
@media print
{
body {
	color: #000000;
	background: #ffffff;
	font-size:85%;
}
.menu {
	display:none;
}

p,dd,dt,h1,h2,h3,h4,caption,div,td,th,ul,li,ol,blockquote
{
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	page-break-after:avoid;
}
A:link {color:#000000;  text-decoration:none}
A:visited {color:#000000; text-decoration:none}
A:hover {color:#000000; text-decoration:none}
.toplink {
	display:none;
}
.noprint {
	display:none;
}
code {color:#000000; font-family:Courier New,monospace; font-weight:bolder}

.newpage {
	page-break-before:always;
}
.noscreen {
	display:inline;
}

}

