﻿

body
{
	margin: 0;
	padding : 0;
	height: 1000px;
	width: 100%;
}
/*
a
{
text-decoration:none
}

per control

a.c1
{
text-decoration:none
}
*/

p 
{
	font-size: 12pt;
	width: 500px;
	height: 300px;
	overflow: hidden;
	font-family: "Palatino Linotype";
	text-align: justify;
	padding-bottom: 5px;
 }
p:first-letter {color:Blue;font-size:xx-large; float:left; text-transform:uppercase;}

.title
{
	text-decoration: none;
	font-size: xx-large;
	font-family: "Palatino Linotype";
	color: Black;
	text-align: left;
}
.title:hover
{
	color: Silver;
}

span
{
	font-family: Georgia;
	font-size: 10pt;
    font-style: italic;
}

table
{
	margin-left: 100px;
}


/*
photo
*/

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 10px 0 10px 0;
	margin: 0;
	float: left;
	position: relative;
	width: 500px;
	height: 250px;
}
.gallery li:hover img {
	border-color: #000;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
	width: 490px;
	height: 240px;
}
.gallery em 
{
	
	background: #fff;
    color: #000;
    border: 1px solid #999;
	font-style: normal;
	padding: 0 0 0 16px;
	display: block;
	position: absolute;
	top: 20px;
	left: 0px;
	


}
.gallery a {
	text-decoration: none;
}
.gallery span {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: 7px;
	left: 9px;
	background: url(images/paper-clip-mini.png) no-repeat;
	z-index: 3;
}


.title2
{
	text-decoration: none;
	font-size: xx-large;
	font-family: "Palatino Linotype";
	color: Black;
	text-align: left;
}
