/* * * * * * * * * * * * * * * * * * * * * * * * * *
 * This is the main file of the style TNG created  *
 * by Steffen V. Petersen (spet@bunker47.dk) aka.  *
 * SPet. Exclusice copyright (for now) is held by  *
 * the author as of 2007.                          *
 * * * * * * * * * * * * * * * * * * * * * * * * * */

@import url("header.css");
@import url("menu.css");
@import url("struct.css");
@import url("typography.css");
@import url("tabs.css");

*.left {
	text-align		: left;
}

*.center {
	text-align		: center;
}

*.right {
	text-align		: right;
}

a img {
	border			: none;
}

img.w3button {
	width			: 80px;
	height			: 15px;
}
