html, body {
	font-family: arial, sans-serif;
}
body {
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
}
body.no-background-image {
	background-image: none;
}

body {
	/*width: 760px;*/
}
body#tach-front-page {
	width: auto;
}

div#tach-content a:link { color: #0000ff; }
div#tach-content a:visited { color: #660099; }
div#tach-content a:active { color: #ff0000; }
div#tach-content .ninja { display: none; }

body#tach-front-page a:link { color: #0000ff; }
body#tach-front-page a:visited { color: #660099; }
body#tach-front-page a:active { color: #ff0000; }
body#tach-front-page .ninja { display: none; }

div#tach-content h1 { font-size: x-large; }
div#tach-content h2 { font-size: large; }
div#tach-content h3, h4, h5, h6 { font-size: medium; }
div#tach-content .tspt { text-decoration: none; color: #770000; font-weight: lighter; }

body#tach-front-page h1 { font-size: x-large; }
body#tach-front-page h2 { font-size: large; }
body#tach-front-page h3, h4, h5, h6 { font-size: medium; }

div#tach-rotating-tip {
	background-color: #ffffcc;
	font-size: small;
	padding: 0px;
	margin: 0px;
}
body.tach-content-page div#tach-rotating-tip {
	width: 760px;
}
div#tach-rotating-tip p {
	margin: 0px;
	padding: 4px;
	text-align: center;
}
div#tach-rotating-tip a {
	font-weight: bold;
}

body#tach-front-page div#tach-rotating-tip {
	width: inherit;
	margin: 4px;
}
