/* This is a comment */
/* this is a description of what the text on the links will be. Youve probably seen CSS liek this before */
a { text-decoration: none }

a:link { color: #9BD7C3; }

a:visited { color: #9BD7C3; }

a:hover { text-decoration: underline; color: #B8FFE7 }

.row1 {  background-color: #31443E } /* This is the first alternating color, used in tables on the site. */
.row2 {  background-color: #1E2A26 } /* This is the second alternating color, used in tables on the site. */
.row3 {  background-color: #4A665D } /* This is the TOP title color, used in tables on the site. */
.row4 {  background-color: #000000 } /* This is the border table color, used in tables on the site. */

/* This is for text on the site inside form items (select, textinput, etc). */
.form {  font-family: Tahoma, Arial; font-size: 10pt; font-style: normal; color: #FFFFFF; background-color: #000000 }

/* This is for most text on the site. */
.maintext {  font-family: Tahoma, Arial; font-size: 10pt; font-style: normal; color: #FFFFFF }

/* this is used for content tables on the site. If you wish to format the text in the top of most table on the site, add some font stuff to row3 */
.titletext {  font-family: Tahoma, Arial; font-size: 10pt; font-style: normal; color: #FFFFFF; font-weight: bold }

/* This is used for important text that is within tableson the site */
.tableimportant {  font-family: Tahoma, Arial; font-size: 10pt; font-style: normal; color: #FFFFFF; font-weight: bold }

/* This is used for the Quotes page, it is the description of text format for Action quotes */
.actiontext { font-family: Tahoma, Arial; font-size: 10pt; font-style: normal; color: #FFAAAA }

/* This is a redefinition of the body tag, useful for, well, everything :D */
body {  background-color: #222222; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px }

/* STATISTICS CSS */

/* h1> #massassi statistics...*/
h1 { font-family: "Arial"; color: #FFFFFF; font-size: 26px; font-style: italic; font-weight: normal; margin: 4px }
/* h3> Daily Stats, When we Talk, Top 50 Nicks, Big Numbers*/
h3 { font-family: "Arial"; color: #FFFFFF; font-size: 20px; font-style: italic; font-weight: normal; margin: 3px }
/* h4> "(Number of lines / 6 hours)"*/
h4 { font-family: "Arial"; color: #9BD7C3; font-size: 12px; font-style: italic; font-weight: normal; margin: 2px }
/* h5> "Runner UP list"*/
h5 { font-family: "Arial"; color: #FFFFFF; font-size: 16px; font-style: italic; font-weight: normal; margin: 2px }
/* .txt1 Hours Key*/
.txt1 { font-family: "Verdana"; color: #FFFFFF; font-size: 12px; text-align: left }
/* .txt2 Text under title*/
.txt2 { font-family: "Verdana"; color: #9BD7C3; font-size: 12px; text-align: left }

/* .t1> Top 50 Nicks: "Nick", "Number of Lines", "Random Quote"*/
.t1 { font-family: "Verdana"; color: #FFFFFF; font-size: 12px; text-align: left; font-weight: bold; font-style: italic }
/* .t2> Top 50 Nicks: Nick and # of lines; Big Numbers: Text1*/
.t2 { font-family: "Verdana"; color: #FFFFFF; font-size: 12px; text-align: left; background-color: #1E2A26 }
/* .t5> Top 50 Nicks: Quotes*/
.t5 { font-family:"Arial"; color:#B8FFE7; font-size:12px; text-align:left; font-weight:normal; font-style: italic; background-color: #1E2A26 }

/* .s1> Numbers on top of bars*/
.s1 { font-family: "Arial"; color: #9BD7C3; font-size: 9px; vertical-align: bottom; text-align: center  }
/* .s3> Text under bars*/
.s3 { font-family: "Arial"; color: #FFFFFF; font-size: 9px; vertical-align: bottom; text-align: center; background-color: #1E2A26 }
/* .s4> Runners-Up and small text on Big Numbers*/
.s4 { font-family: "Verdana"; color: #B8FFE7; font-size: 10px; text-align: left }
/* .s5> Samples on Big Numbers*/
.s5 { font-family: "Verdana"; color: #9BD7C3; font-size: 10px; text-align: left }

/* .cr> Copyright info*/
.cr { border-style: outset; border-width: 2px; font-family: Arial, sans-serif; color: #2890FF; font-size: 12px; vertical-align: middle; text-align: left }

/* .v1> Top 50 Nicks: "nick"*/
.v1 { background-color: #4A665D }
/* .v2> Top 50 Nicks: "number of lines"*/
.v2 { background-color: #4A665D }
/* .v3> Top 50 Nicks: "random quote"*/
.v3 { background-color: #4A665D }
/* .v4> Top 50 Nicks: nicks*/
.v4 { background-color: #1E2A26 }
/* .v5> Top 50 Nicks: number of lines, Runners Up*/
.v5 { background-color: #1E2A26 }
/* .v6> Last 4 dates on Daily Stats*/
.v6 { background-color: #4A665D }
/* .v7> Nick Ranks*/
.v7 { background-color: #4A665D }