/*	Cascading Style Sheet File (greyhoundstyle.css) for the Racing Home Greyhound Adoption website
			http://racinghome.info
	Created by:  	Reggie White, webmaster@racinghome.info
			Sept. 10, 2004
*/

body 
	{ 	background-color: #87cefa; }

h1, h2, h3, h4, h5, h6
	{ 	color: #0000ff ; }

h1.pagetitle
	{	color: #0000ff ; font-size: xx-large; text-align: center; }

p
	{ 	color: #000000 ;}

p.xlargeCenterBlueBold
	{	text-align: center; font-size: x-large; color: #0000ff; font-weight: bolder;	}

.extremelarge
	{ font-size: xx-large ; }

.xlarge
	{ font-size: x-large ; }

.centerSmall
	{	text-align: center; font-size: small;	}

.extremelargeblue
	{ color: #0000ff ; font-size: xx-large ; }

.xlargeblue
	{ color: #0000ff ; font-size: x-large ; }

.xlargebluebolder
	{ color: #0000ff ; font-size: x-large ; font-weight: bolder; }

.largeblue
	{ color: #0000ff ; font-size: large ; }

.redtext
	{ color: #ff0000 ;  }

.xlargeredtext
	{ color: #ff0000 ; font-size: x-large ;  }

.extremelargered
	{ color: #ff0000 ; font-size: xx-large ; }

.italicize
	{ font-style: oblique ; }

.bolder
	{ font-weight: bolder ;	}

.large
	{ font-size: large ; }

.largebold
	{ font-size: large ; font-weight: bolder ; }

.small
	{ font-size: small ; }

.verysmall
	{ font-size: x-small ; }

.centerlarge
	{ text-align: center; font-size: large ; }

.center
	{	text-align: center ;	}

.centerBlue
	{	text-align: center ; color: #0000ff ;	}

.rightAlign
	{	text-align: right ;	}

ul.mission
	{ font-size: large ; list-style-type: disc ; color: #0000ff; }

table.pageTop
	{ width: 100%; border: 0; }

col.colTopLeft
	{	width: 70%;	}

col.colTopRight
	{	width: 30%; 	}

.logoTop
	{ width: 300px; height: 175px; border: 0px; }

img.w3validate
	{	border: 0px;	width:	88px;	height:	31px ;	}

img.horbar
	{	border: 0px;	width:	100%;	height: 4px;	}

img.thumbwide
	{	border: 0px; 	width: 90px;	height: 68px;	}

img.thumbtall
	{	border: 0px;	width: 68px;	height: 90px;	}

a:link 		{ color: #0000ff ; }
a:visited 	{ color: #666666 ; }
a:hover 	{ color: #ff0000 ; }
a:active	{ color: #ff00ff ; }


