/* CSS Document */




.global {
	font-family:verdana;
	color:black;
	font-size:10px;
	background-color:white;

}

.footer {
	border-width:1px;
	border-style:solid;

}

.welcome {
	font-family:verdana;
	color:black;
	font-size:24px;
	background-color:;
}

.welcometext {
	font-family:verdana;
	color:black;
	font-size:14px;
	background-color:;
	border-width:1px;
	border-style:solid;
}

.pictures {
	font-family:verdana;
	color:black;
	font-size:14px;
	background-color:;
	border-width:1px;
	border-style:solid;
	text-align:center;
}

.newsdate {
	font-family:verdana;
	color:black;
	font-size:14px;
	background-color:;
	border-width:1px;
	border-style:solid;
	font-weight:bold;
}

.newsitem {
	color:black;
	background-color:;
	border-width:1px;
	border-style:solid;
}

.newstext {
	font-family:verdana;
	color:black;
	font-size:14px;
	background-color:;
	border-width:1px;
	border-style:solid;
	vertical-align:top;
}

.timelinedate {
	font-family:verdana;
	color:black;
	width:20%;
	font-size:12px;
	background-color:;
	font-weight:bold;
	text-align:right;
	vertical-align:top;
	border-width:1px;
	border-style:solid;
}

.maintitle {
	font-family:verdana;
	color:black;
	font-size:20px;
	background-color:;
	border-width:1px;
	border-style:solid;
}


.menu {
	font-family:verdana;
	color:black;
	font-size:10px;
}

.menutitle {
	font-family:verdana;
	color:black;
	font-size:10px;
	background-color:;
}

.text {
	font-family:verdana;
	color:black;
	font-size:10px;

	background-color:;
}

.footer {
	font-family:verdana;
	color:black;
	font-size:10px;
	text-align:justify;
}

.box {
	position:absolute;
	visibility:hidden;
        z-index: 2;
	top: 40%;
        left: 10%;
	width: 200px;
	font-size:10px;
	background-color:lightgray;
	border-color:black;
	border-width:1px;
	border-style:solid;
}

.boxtitle {
	font-size:12px;
	background-color:gray;
	font-weight:bold;
}

.boxtext {
	font-size:12px;
	background-color:lightblue;
}

.caltitle {
	font-size:12px;
	background-color:;
	font-weight:bold;
}


.subtext {
	font-size:9px;
	text-align:center;
}


a:link {
	color:blue;
	text-decoration:none;

}

a:visited{
	color:blue3;
	text-decoration:none;

}

a:hover {
	color:blue;
	text-decoration:underline;

}


