/***NOSTALGIECSS***/
/***BODY***/
body {
	text-align: center;
	font-family: comic sans ms;
	font-size: 10pt;
	background-image: url(../images/bg_black_white.gif);
	background-color: gray; 
	background-attachment: fixed;
}
body table {
	border-color: white;
}

body table td {
	vertical-align: middle;
	text-align: center;
	border: solid 0px gray;
}
body a {
	color: black;
	text-decoration: none;
}
body a:hover {
	color: silver; 
	}
img {
    padding: 4px;
    border: solid 0px #CC3300;
          }
          
 /***HEADER***/
.header {
	font-family: fantasy, comic sans ms, georgia; 
	background-color: #efefef;
	color: white;
	text-align: center;
	width: 100%;
}
.header big {
	font-weight: bold; 
}
.header small {
	color: silver; 
}

/***NAVIGATION***/
.navigation {
	text-align: center;
	background-color: silver;
	font-weight: bold;
	font-size: 9pt;
}

#navigation a {
	color: black;
	text-decoration: none;
	display: inline;
}

#navigation a:hover {
	color: gray;
}
/***VIEW: HOME***/
.home {
	text-align: center;
	color: gray; 
}
.home td {
}
.home img {
	border: solid 0px gold;
}

/***FOOTER***/
.footer {
	background-color: gray;
	color: silver;
	text-align: center;
	width: 100%;
	font-size: 10px; 
}

/***HOMEPAGE (not used)***/
#ecards_home a {
	text-decoration: none;
	color: tomato;
}

#ecards_home a:hover {
	color: red;
}

/*** ECARDS.HTML***/
.prev_next {

}
.ecards table td {
	text-align: center; 
	width: 120px;
	height: 120px;
    vertical-align: middle;
    padding: 1em;
}
.album_nav {
	color: black; 
}
.album_nav small {
	color: gray; 
}
  
/***ECARD_PICTURE***/ 
.ecard_picture {
}

/***ECARD FORM***/
.form_errors {
	color: red;
	text-align: left;
}

/***REVIEW & PICK UP***/
.preview {
padding: 5px;
}
#preview a {
	color: gray; 
	text-decoration: none;
}
#preview a:hover {
	color: silver; 
}

.preview small {
	color: gray; 
}
.names {
color: black;
font-family: fantasy, cursive, georgia;
font-size: 15pt; 
}
.emails {
color: #00000f;
font-family: cursive, georgia;
font-size: 11pt; 
}
.message {
color: black;
font-family: fantasy, cursive, georgia;
font-size:15pt; 
}
