@import "ts.css";
@import "to.css";
@import "natocal.css";
@import "members.css";
@import "news.css";

body
{
	background:		black;
	color:		white;
}

.white_link
{
	color:		white;
	text-decoration:	none;
}

.white_link:hover
{
	color:		black;
}

.menu_link
{
	color:		white;
	text-decoration:	none;
	font-size:		20pt;
	font-family:	Impact;
}

.menu_link:hover
{
	color:		blue;
}
 

.box
{
	width:		250px;
	border:		solid 1px #8B8B8B;
}

.boxhead
{
	color:		white;
	text-align:		center;
	font-size:		12pt;
	font-weight:	bold;
	height:		20px;
	width:		251px;
	background:		url(../images/boxhead.gif) no-repeat
}

.boxfoot
{
	height:		20px;
	background:		url(../images/boxfoot.gif) no-repeat
}

.boxspacer
{
	height:		5px;
}

a
{
	color:		blue;
}

a:hover
{
	color:		white;
}

div.menu
{
	font-size:		10pt;
	font-weight:	bold;
	height:		17px;
	background:		url(../images/menu.gif) no-repeat
}

div.menu2
{
	font-size:		10pt;
	font-weight:	bold;
	height:		17px;
	background:		url(../images/menu2.jpg) no-repeat
}

