/* This one should be obvious. */

.quotespagebody  {
color: #A0A0A0;
font-family: "Segoe UI", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 17.0px;
line-height: 140%;
width: 620px;
text-align: center;
}





/* This one is for centered 12-point type. It is used in all sections in
which the informational pages are set up as sub-pages from a main page,
such as the gay and highways sections, for links back to main pages. */

.ctrnjsmall  {
color: #A0A0A0;
font-family: "Segoe UI", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 12.0px;
margin-bottom:	0px;
margin-top:	0px;
text-align:	center;
line-height: 150%;
}






/* This one is identical to the previous one, but without the line-
height property so as not to screw up the calendars in the News section. */

.newscalendar	{
color: #A0A0A0;
font-family: "Segoe UI", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 11.0px;
margin-bottom: 0px;
margin-top: 0px;
text-align: center;
}





/* This one is used primarily in page titles. It is used for titles
in all of the "Being Gay" section essays, both sub-pages in the
Miscellaneous section, section headings on the main Highways page
(but not the individual highway information pages), titles on the
photo set pages in the Photography section, and titles on each year's
calendar pages in the News section. Other than that, it appears once
in one News section update. */

.heading  {
color: #A0A0A0;
font-family: "Segoe UI", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 21.0px;
font-weight: bold;
width: 620px;
}







/* These next few are all for different things on individual highway
pages in the Highways section. */

.hwylengthtermini	{
color: #A0A0A0;
font-family: "Segoe UI", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 15.0px;
margin-bottom: 0px;
margin-top: 0px;
line-height: 150%;
width: 620px;
padding-bottom: 15px;
}

.hwylists	{
color: #A0A0A0;
font-family: "Segoe UI", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 15.0px;
margin-bottom: 0px;
margin-top: 0px;
line-height: 150%;
width: 620px;
padding-top: 15.0px;
border-top: 1px solid #A0A0A0;
}

.hwylengthtraveled	{
color: #A0A0A0;
font-family: "Segoe UI", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 15.0px;
margin-bottom: 0px;
margin-top: 0px;
line-height: 150%;
width: 620px;
padding-top: 15.0px;
padding-bottom: 15.0px;
border-top: 1px solid #A0A0A0;
}

.hwydesc	{
color: #A0A0A0;
font-family: "Segoe UI", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 15.0px;
line-height: 150%;
text-align:	justify;
width: 620px;
padding-top: 15.0px;
border-top: 1px solid #A0A0A0;
}






/* This is obviously for monospace text. This is not used anywhere on the
site currently except for some August 2000 entries in the News section. */


.monospace  {
color: #A0A0A0;
font-family: Lucida Console, Courier;
font-size: 14.8px;
line-height: 133%;
width: 620px;
}





/* This is used for the month and year names on the calendar pages in
the News section. Having a separate class ID here allows for more compact
code on the calendar HTML pages, which are already large enough without a
shitload of embedded style information. */

.newsnormal  {
color: #A0A0A0;
font-family: "Segoe UI", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 15.0px;
margin-bottom: 0px;
margin-top:	0px;
text-align:	center;
}





/* Should be obvious. Used in just about every normal paragraph on the site. */

.normal  {
color: #A0A0A0;
font-family: "Segoe UI", "Segoe UI", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 15.0px;
line-height: 150%;
text-align:	justify;
width: 620px;
}





/* The largest text I have created. It is currently only used on the individual
highway pages in the Highways section for the "Interstate XX" titles of each page,
and it makes one December 2000 appearance in the News section. */

.pagetitle  {
color: #A0A0A0;
font-family: "Segoe UI", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 27.0px;
font-weight: bold;
width: 620px;
}






/* This is used for the slightly smaller text on the "All About Me" page
in the table with the information. */

.small-me  {
color: #A0A0A0;
font-family: "Segoe UI", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 13.5px;
margin-bottom:	1px;
margin-top:	1px;
text-align:	justify;
line-height: 140%;
width: 100%;
}





/* This one is used for sub-headings on the Links page, in the essay
"How to Out-Argue a Fundamentalist," and on the Site Map page. It is
also used for the date on every News section update. */

.smallheading  {
color: #A0A0A0;
font-family: "Segoe UI", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size:	18.0px;
font-weight: bold;
width: 620px;
}





/* This is for red cards when I'm talking about poker. */

.redcard		{
color: #FF0000;
background-color: #FFFFFF;
font-family: font-family: "Segoe UI", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size:	15.0px;
font-weight: bold;
line-height: 150%;
}




/* This is for black cards when I'm talking about poker. */

.blackcard		{
color: #000000;
background-color: #FFFFFF;
font-family: font-family: "Segoe UI", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size:	15.0px;
font-weight: bold;
line-height: 150%;
}




/* This is used primarily for time, temperature, and location (second
line) in News section updates. It is also used in numerous other places
throughout the site, mostly on the main page and in locations where
sub-links within certain sections ("Back to ... Page") are used. Finally,
it is also used on the Links and Site News pages. */

.smalltype  {
color: #A0A0A0;
font-family: "Segoe UI", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 12.0px;
line-height: 140%;
text-align:	justify;
width: 620px;
}





/* This one is for longer quotes such as in a few News section updates from
2004 and 2005. */

.longquote	{
color: #A0A0A0;
font-family: "Segoe UI", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 15.0px;
line-height: 150%;
width: 520px;
margin-left: 50px;
margin-right: 50px;
text-align: justify;
font-style: italic;
}





/* The rest is blatantly obvious. */

A:link  {
font-family: "Segoe UI", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none;
}

A:visited, active  {
font-family: "Segoe UI", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #FF0000;
text-decoration: none;
}

A:hover  {
font-family: "Segoe UI", "Trebuchet MS", Verdana, Helvetica, sans-serif;
text-decoration: underline;
}

BODY  {
background-color:	#000060;
background-image:	none;
}

LI  {
color: #A0A0A0;
font-family: "Segoe UI", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 15.0px;
line-height: 150%;
}

TD  {
color: #A0A0A0;
font-family: "Segoe UI", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 15.0px;
}

UL, OL  {
color: #A0A0A0;
font-family: "Segoe UI", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 15.0px;
line-height: 150%;
}
