@font-face
{
	font-family: font;
	font-style: normal;
	src: url(./fonts/WebPlus_IBM_VGA_8x16.woff);
}
@font-face
{
	font-family: font2;
	font-style: normal;
	font-weight: 400;
	src: url(./fonts/WebPlus_IBM_BIOS.woff);
}
@font-face
{
	font-family: font3;
	font-style: normal;
	src: url(./fonts/lucida.ttf);
}
body
{
	font-family: font;
	color: #6666ff;
	background-color: black;
	/**
	background-image: url('res/bg.gif');
	background-repeat: repeat-y;
	**/
	padding: 15px;
}
a
{
	color: cyan;
}
img.pic
{
}
.navbar
{
	width: 160px;
	padding: 15px;

	float: left;
}
.navlink
{
	padding-left: 15px;
}
.main
{
	width: 650px;
	padding: 10px;

	float: left;
	min-height: 100vh;
}
.big
{
	font-family: font3;
	color: #cc33ff;
	font-size: xx-large;
	text-align: center;
}
.subtitle
{
	font-family: font2;
	text-align: center;
}
/* smaller space */
.ss-space
{
	height: 5px;
}
/* small space */
.s-space
{
	height: 15px;
}
/* big space */
.b-space
{
	height: 30px;
}

