/*

This file is at:        http://www.wvbizmall.com/Richard/coolwebsites.css
Its parent file is at:  http://www.wvbizmall.com/Richard/coolwebsite.html

*/

a:link
{ 
color:           #0000FF; 
text-decoration: none 
}

a:visited
{
color:           #778899; 
text-decoration: none 
}

a:hover
{
color:            red;     
text-decoration:  underline
}
             
.blue
{
color:        blue;
background:   white 
}

/* creates a blue horizontal rule */

.boxbar
{
border-top-width:      3px;
border-left-width:     0px;
border-bottom-width:   0px;
border-right-width:    0px;
border-style:          solid;
border-color:          blue
}

.caption
{
margin-left:  0px;
margin-right: 50px;
text-align:   center;
font-size:    8pt;
font-weight:  bold;
font-family:  arial, sans-serif 
}

.caption2
{
font-size:    8pt;
margin-left:  0px;
font-weight:  bold;
font-family:  "comic sans MS", sans-serif
}			 
			 
.column
{
margin-left:  10px;
margin-right: 10px;
text-align:   left;
font-size:    12pt;
color:        black;
font-family:  arial, sans-serif
}

.comic
{
font-family:  "comic sans MS", sans-serif;
color:        navy
}

.cool
{
font-family:  arial, sans-serif;
font-size:    24pt;
color:        navy;
font-weight:  bold;
background:   lightblue 
} 

.date
{
font-family: arial, sans-serif;
font-size:   10pt
}

.leftmarg
{
margin-left:  40px 
}

.margins
{
margin-left:  60px;
margin-right: 60px 
}

.postit
{
/* background:            #ffff33; */
background:            #b0c4de; /* lightsteelblue */
padding:               7px;
width:                 150px;
height:                150px;
font-family:           "comic sans MS", sans-serif;
border-top-width:      1px;
border-left-width:     1px;
border-bottom-width:   1px;
border-right-width:    1px;
border-style:          solid;
border-color:          black
}

.quote
{
margin-left:  10px;
margin-right: 10px;
text-align:   left;
font-size:    12pt;
font-style:   italic;
font-family:  "times new roman" 
}

.quotelarge
{
text-align:   left;
font-size:    18pt;
font-style:   italic;
font-family:  "times new roman" 
}			
			
.textbox
{
border-top-width:      1px;
border-left-width:     1px;
border-bottom-width:   1px;
border-right-width:    1px;
border-style:          solid;
border-color:          black
}

.tiny
{
margin-left:  0px;
font-size:    7pt;
font-family:  arial, sans-serif 
}			

.title
{
font-size:    20pt;
font-family:  arial, sans-serif;
text-align:   center;
font-weight:  bold;
color:        black
}

.title1
{
font-size:    20pt;
font-family:  arial, sans-serif;
text-align:   left;
font-weight:  bold;
color:        #999966
}

.title2
{
font-size:   25pt;
font-family: "times new roman";
text-align:  left;
font-weight: bold;
color:       #999966;
line-height: 30pt
}			

.title3
{
font-size:   15pt;
font-family: arial, sans-serif;
text-align:  left;
font-weight: bold;
color:       #999966
}	

.title4
{
font-size:   12pt;
font-family: arial, sans-serif;
text-align:  left;
font-weight: bold;
color:       black
}	

.urban
{
font-size:    12pt;
color:        #eded78;
line-height:  5;
font-weight:  bold 
}
                
.white
{
color:        white;
background:   white 
}

/*
a.
{
font-family:  "comic sans MS", sans-serif;
color:        navy;
text-align:   left 
}                
		
.abstract
{
background-color:     #eeeedd;
border-width:         2px;
border-color:         #ffcc33;
border-style:         solid;
padding:              10px;
font-size:            10pt;
font-weight:          bold;
color:                #660000
} 

h4
{
position: absolute;
left:     100px;
top:      43px 
} 
*/