// $Id: style.css,v 1.2 2003/02/01 13:55:40 gregf Exp $

// Stylesheet for the thai steroids site

html {
	border-style: groove;
	font-family: Helvetica, Arial, sans-serif;
}

body {
	background: url("../img/background.jpg")
}


span.topheader {
	font-size: 16pt;
	font-weight: bold;
	text-decoration: blink;
	text-align: center;
	color: #FFFFFF;
	margin: 2.4em;
	border-style: ridge;
	background-color: #000000;
	padding: 0px;
}

span.toplink {
	font-size: 11pt;
	text-decoration: blink;
	text-align: center;
	background-color: #b7a661;
	padding: 0.1em 3em;
	border-style: outset;
}

span.toplink:hover {
	font-size: 11pt;
	text-decoration: blink;
	text-align: center;
    background-color: #d3c489;
	border-style: inset;
	padding: 0.1em 3em;
}

div.bodypadding {
	border-style: double;
	padding: 2px;
	background: #b7a661;
}

div.body {
	border-style: double;
	padding: 2px;
	background: #d3c489;
}

h1 {
	font-size: 18pt;	
}

div.introduction, div.site, div.contact {
	border-style: double;
	padding: 10px;
}

table.site {
	padding: 10px;
}

