/* css for ktc DomestiCity baseball and dating site */

a {font-size:8pt; text-decoration:none; font-family:"verdana", "georgia", "arial";} /* parent */
a:link {color:#000000;} /* black */
a:visited {color:#666666;} /* gray */
a:hover {font-weight:bold;} /* bold black */
a:active {color:#ffffff; font-weight:bold;} /* bold white */

body {
  scrollbar-arrow-color:#ffcccc; /* pink arrows */
  scrollbar-track-color:#ffffff; /* white track bg */
  scrollbar-face-color:#ffffff; /* white buttons */
  scrollbar-highlight-color:#cccccc; /* highlight buttons with lightest 1 BS gray */
  scrollbar-3dlight-color:#999999; /* 3D lighting outside of highlight light 2 BS gray */
  scrollbar-shadow-color:#666666; /* lowlight buttons with dark 3 BS gray */
  scrollbar-darkshadow-color:#333333; /* 3D darkshadow buttons outside with darkest 4 BS gray */
  }

b {font-weight:bold;} 

i {font-style:normal; font-weight:bold; font-family:verdana, georgia, arial;}

span.basebars {color:#9966cc; font-size:12pt; font-family:verdana, georgia, arial;}
/* periwinkle vertical bars on jumplines */

h1{color:#cccc99; letter-spacing: 10px; font-size: 18pt; font-family:verdana, georgia, arial;}
 /* mocha */

h2 {color:#ffcc99; background:#ffffcc; letter-spacing: 5px; font-size:14pt; font-family:verdana, georgia, arial;}
/* peachy on vanilla */

h3 {color:#ffffff; letter-spacing: 4px; font-size:12pt; font-family:verdana, georgia, arial;} 
/* white */

p {color:#000000; text-indent:none; text-align:left; font-size:10pt; font-weight:normal; font-style:normal; 
	line-height:15pt; font-family:"comic sans ms", "verdana", "georgia", "arial";}

p.indent {text-indent:10pt;}
/* indented paragraphs */

ul {color:#999999; font-size: 12pt; font-family:"times new roman", times, serif;}
/* gray */

ol {color:#000000; text-indent:none; text-align:left; font-size:10pt; font-weight:normal; font-style:normal; 
	line-height:15pt; font-family:"comic sans ms", "verdana", "georgia", "arial";}
/* same as p tag */

img {position:relative; border:0; top:0; left:0; vertical-align:middle; float:left;}
/* float img to the left thus text flows to the right -- no border*/

img.right {float:right;} 
/* float img to the right thus text flows to the left */

hr {color:#cccc99; height:2; width:80%}
/* mocha horizontal rule */

.periwinkle {color:#9966cc; text-indent:0pt; font-size:11pt; font-family:"comic sans ms", "comic sans"; }
.blue {color:#0066cc; text-indent:0pt; font-size:10pt; font-weight:normal; font-family:"comic sans ms", "comic sans"; }
.black {color:#000000}
.bars {text-indent:none}
.intro {color:#0080f; text-indent:0;}
.white {color:#ffffff}
.gray {color:#999999}
.center {text-align:center; text-indent:0;}
.left {text-align:left; text-indent:0;}
.sansserif {font-size: 10pt; font-family:verdana, georgia, arial;}

/* 0080ff is border blue */