/* Jandal's Webpage v2 style */
body{
	background-color: #ffffff;
	background-image: url(gunnup4.gif);
	background-repeat: no-repeat;
	font-family: "Arial", "Verdanna", sans-serif;
	color: #c0c0c0;
}

h1{
	font-family: "Trebuchet MS", "Trebuchet", sans-serif;
	font-weight: bold;
	color: #00FF00;
}

.links{
	font-family: "Times New Roman", "Times", serif;
}

strong{
	font-weight:bolder;
}

img {
    	display: block;
  	border-style:none;
}

table {
	background-color: #000000;
}

/* Navigation */
a{
	text-decoration:none;
}
a:link{
	color: #00FFFF;
}
a:visited{
	color: #00C0C0;
}
a:hover{
	text-decoration:underline;
}
a:active{
	color: #FF0000;
}