﻿@charset "UTF-8";

/*

	Rules for the Simpleviewer Photo Albums
	____________________________________________________________________________________________________________________________________________________________________
	
*/

#overlay {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 99;
	}
	
a {
	color: #cccccc;
	text-decoration: none;
	}
	
a:visited {
	color: #cccccc;
	}
	
a:active {
	color: #cccccc;
	}

a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

h1{
	color: #dddddd;
	margin: 0px;
	margin-bottom: 20px;
	font-weight: normal;
	}

h2{
	color: #dddddd;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	}
	
h3{
	color: #dddddd;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	}

p{
	margin: 0px;
	text-align:justify;
	}

body{
	height:auto;
	background-color: #2d2d2d;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #c2c2c2;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	}