body {
	background-color : white;
	color: black;	
	font-family: Verdana, Book Antiqua, Times New Roman;
	}

p {
	padding: 10px 10px 10px 10px;
	text-align: left;
	font-size: 12px;
}

h1 {
	font-size: 20px;
	color: red;
	text-align: center;	
}

h2 {
	font-size: 16px;
	color: red;
	text-align: center;	
}

td {
	vertical-align: top;
	border: solid;
	border-width: medium;
}

td#photo {
	border: none;
}

td#lang {
	text-align: center;
	font: bold;
	border: none;
}

a:link, a:visited {
	color: red;
	text-decoration: none;
}

a:active, a:hover {
	background-color: gray;
}

img#border {
	border: solid #D4D0C8 5px;	
}
