A{color: blue;  text-decoration:none; } 
A:Visited{color: yellow;  text-decoration:none; } 
A:Hover{color: red;  text-decoration:none; }
body 
{
	font-family: Verdana, Arial, Times New Roman, Times, Garamond;
	color: white;
	background: #000022;
	font-size: x-small;

}
.chromestyle{
width: 100%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #0f214d;
width: 100%;
background: url(pix/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background: url(pix/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #0f214d; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #0f214d;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #0f214d; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #f02828;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

td.copyscape { 
width: 234px; 
height: 16px;
background: url(http://www.smashgard.co.uk/pix/copyscape_banner.jpg); 
background-repeat: no-repeat; 
}

.TWTR-tweets {

background: #000022 !important;
color: 'white' !important;
links: 'yellow' !important;

}

#smashgard-twitter li span {

background: #000022 !important;
color: 'white' !important;
links: 'yellow' !important;

 } 

.TWTR-tweet-body {
background: #000022 !important;
color: 'white' !important;
}

td.twitter {
background: #000022;
}

td.index {
background: url(http://www.smashgard.co.uk/pix/indexcell.png); 
background-repeat: no-repeat; 
}

td.refer {
background: url(http://www.smashgard.co.uk/pix/refer.png); 
background-repeat: no-repeat; 
}