@import url("./tkjdsnk.css"); /* IE3.x and NN4.x don't Import. */

body {
	color: #faebd7 ; /* antiquewhite #faebd7 */
	background: #003333 url("./bg.gif") repeat fixed ;
	border-color : olive ;
}

h1,h2,h3,h4,h5,h6,th,dt,caption,hr {
	color : #ffd700 ; /* gold #ffd700 */
	background-color: transparent ;
	border-color : olive ;

}

div,blockquote,p,ul,ol,dl,table,tr,td {
	color: #faebd7 ; /* antiquewhite */
	background-color: transparent ;
	border-color : olive ;
}

em {
	color: yellow ;
	background-color: transparent ;
}
strong {
	color: #ff8c00 ; /* darkorange #ff8c00 */
	background-color: transparent ;
}

address {
	color: white ;
	background-color: transparent ;
	border-color : #ffd700 ; /* gold #ffd700 */
}

a:link {
	color: aqua ;
	background-color: transparent ;
}
a:visited {
	color: lime ;
	background-color: transparent ;
}
a:active {
	color: red ;
	background-color: transparent ;
}
