/* Body text 10pt Comic Sans Ms, with background image of background.jpg */

body	{
	font-size: 10px;
	font-family: comic sans ms, tahoma, arial;
	background-image: url(img/Triptychv2.jpg);
	margin-left: 10pt;
	margin-right: 10pt;
	}

div.cv	{
	font-size: 10px;
	font-family: arial;
	text-align: left !important;
	}

/* Headings */

h1	{
	font-size: 36px;
	text-align: center;
	font-variant: small caps;
	}

/* Indent paragraphs */

p	{
	margin-left: 24pt;
	margin-right: 24 pt;
	text-align: left;
	}

/* Table layout */

table	{
	border-width: 1pt;
	border-color: red;
	}
tr	{
	border-width: 1pt;
	border-color: red;
	}
td	{
	text-align: center;
	border-width: 1pt;
	border-color: red;
	}
td.menu	{
	vertical-align: top;
	/*text-align: center;*/
	}
td.cv	{
	vertical-align: top !important;
	text-align: left !important;
	}
td.gallery	{
	vertical-align: top;
	horizontal-align: center;
	}

/* Anchors */

a	{color: black; text-decoration: none;}

a:active 	{color: black; text-decoration: bold;}
a:hover 	{color: red; text-decoration: underline;}
a.menu	{color:black; font-weight: bold;}

/* Images */

img	{
	border: 5px solid white;
	}

.galleryphoto {
	padding-bottom: 0px;
	vertical-align: top;
	}

.galleryphoto p {
	font-size: 100%;
	/* font-weight: bold;*/
	text-align: center;
	margin-top: 0;
	}

.gallerythumb {
	padding-bottom: 0px;
	vertical-align: top;
	}
.gallerythumb p {
	font-size: 65%;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	}

.photocredit {
	font-weight: normal;
	color: gray;
	}
