﻿/*  GCN Photo Album Style Sheet */

			body {
				background-color: #000033;
				cursor: auto;
				margin-left: 1em;
				margin-right: 1em;
				margin-top: 1em;
				margin-bottom: 1em;
				font-family: Verdana;
				font-size:  0.9em;
				font-color: #FFFFFF
				}


			.slides {
				font-family: Verdana;
				font-size:  0.9em;
				color: #FFFFFF;
				text-align: center;
				}


			.mainnav {
				position: absolute; left: 0px; top: 5px; width: 200px;
				margin-left: 0.5em;
				margin-top: 0;
				margin-left: 0.5em;
				margin-top: 0;
				font-weight: 700;
				font-family: Verdana;
				font-size:  0.7em;
				}

			.prevslide {
				position: absolute; left: 0px; top: 125px; width: 90px;
				margin-left: 0.5em;
				margin-top: 0;
				font-weight: 700;
				font-family: Verdana;
				font-size:  0.8em;
				}

			.nextslide {
				position: absolute; right: 0px; top: 125px; width: 50px;
				margin-left: 0.5em;
				margin-top: 0;
				font-weight: 700;
				font-family: Verdana;
				font-size:  0.8em;
				}


			.caption {
				text-align: center;
				color: #FCD116;
				font-weight: 700;
				font-family: Verdana;
				font-size:  1em;
				}


			img {
				border-width: 0px;
				height: 270px;
				border-color: red;
				border-style: solid;
				horizontal-align: center;
				float: center;
				padding: 0.2em;}

			#copyright {		
				color: #FFFFFF;
				text-align: center;
				font-size:  0.7em;
				}

			h3 {
				font-family: Verdana;
				color: #FFFFFF;
				background: none;
				text-align: center;
				font-weight: 900;
				font-style: italic;
				font-variant: small-caps;}


			a:link{color: 33FFFF;}
			a:visited{color: FF99FF;}
			a:focus{color: green;}
			a:hover{color: green;}
			a:active{color: FFFF99;}

