body {
 font-family:Verdana,Arial,sans-serif;
 font-size:0.75em;
 padding:10px; margin:0;
}
h1 {
 text-align:left;
 font-size:175%;
 background-color:#fff;
}
h2 {
 margin:10px 0 0 0;
 font-size:150%;
}
h3 {
 margin:10px 0 0 0;
 font-size:110%;
}
p {
 margin:10px 0 0 0;
 text-align:justify;
}
p.blockquote {
 margin-left:40px;
}
table {
 font-size:100%;
}
a:link,a:active,a:visited {
 background-color:transparent;
 color:#000;
 text-decoration:underline;
}
a:hover, a.selected {
 background-color:#c0c0c0;
 text-decoration:none;
}
#table a:link,#table a:active,#table a:visited {
 background-color:transparent;
 color:#000;
 text-decoration:none;
}
#table a:hover, #table a.selected {
 background-color:#c0c0c0;
 text-decoration:none;
}

.logo {
 color:#00f;
 font-weight:bold;
}
.cmt {
 font-size:80%;
}

abbr, acronym, span.abbr {
 cursor:help;
 border-bottom:1px dashed #000;
}
pre {
 font-family:Courier New;
 font-size:100%;
}
code {
 font-family:Courier New;
 font-size:110%;
}

/*---------------*/

code.v {
 text-decoration:overline;
}
code .v {
 text-decoration:overline;
}

/*---------------*/

.Cred {
 border:1px solid #f30;
}
.Cyellow {
 border:1px solid #fc0;
}
.Cgreen {
 border:1px solid #9f3;
}
.Ctitle {
 background-color:#fff; padding:6px; text-align:center; font-style:italic; font-weight:bold;
}
.Cred p {
 background-color:#f30; padding:1px; margin:0; text-align:center; font-style:italic; font-weight:bold;
}
.Cyellow p {
 background-color:#fc0; padding:1px; margin:0; text-align:center; font-style:italic; font-weight:bold;
}
.Cgreen p {
 background-color:#9f3; padding:1px; margin:0; text-align:center; font-style:italic; font-weight:bold;
}
.Cred div, .Cyellow div, .Cgreen div {
 padding:3px;
}

.math {
 font-family:Arial,Verdana,sans-serif;
 font-size:130%;
}

/*---------------*/

.fun {
 margin:10px 0 0 20px;
}
.fun p {
 margin:0 0 0 40px;
 text-indent:-40px;
}

/*---------------*/

.select {
 background-color:#009; color:#fff;
 font-weight:bold;
}

