html, body {margin: 0;	padding: 0px;	background-color: #444444;}
img {display: block;}
.smalltext {color: #ffffff;	font-size: 12px;	text-decoration: none;	text-align: justify;}
.tinytext {color: #FFCC00;	font-size: 10px;	text-decoration: none;	text-align: justify;}
a:visited {text-decoration: none;	color: #bbbbbb;}
a:link {text-decoration: none; color: #bbbbbb;}
a:hover {text-decoration: none;	color: #FFCC00;}
a:active {text-decoration: none;	color: #bbbbbb;}
.logo1 {vertical-align: middle;}


/* for image trails */
/* The width setting is essential as it prevents large lengths of text making pushing the sides outwards.
Full version below:
#trailimageid {font-size:13px; position:absolute;	width:420px;	height:0px; left:0px;	top:0px;	display:none; z-index:200;}
Simplified version below: 

#trailimageid {font-size:13px; position:absolute;}
*/
#trailimageid {font-size:13px;position:absolute;}
