/* tcglobal.css -> http://www.stellenboschweddings.com/ */

body {
	background-color: #000000;
	color: #ffffff;
}

p, h1, h2, h3, td {
	font-family: verdana, arial, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: left;
	background-color: #ffffff;
	color: #000000;
	line-height: 150%;
}

table {
	background-color: #ffffff;
	border: solid 5px #eeddbb;
	/* how do you change cellspacing between cells??? */
	/* how do you center a table??? */
	width: 700px;
}

td {
	padding: 5px 5px 5px 5px;
	border: none 1px #000000;
}

.toptagline {
	font-size: small;
	font-weight: bold;
	text-align: right;
	line-height: 150%;
	margin: 0px 0px 0px 0px;
	background-color: #eeddbb;
}

.banner {
	background-color: #ffffff;
	border: none 1px #000000;
	padding: 0px 0px 0px 0px;
}

.headline {
	font-family: georgia, "times new roman";
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

.termsco {
	font-size: small;
	font-weight: normal;
	text-align: center;
	line-height: 150%;
	margin: 0px 0px 0px 0px;
	background-color: #eeddbb;
}

a:link {
	color: #0000ff;
}

a:visited {
	color: #990099;
}

a:visited.footerlink {
	color: #0000ff;
}

a:hover	{
	color: #ff0000;
}

/* end */

