body {
	background-color: #ffffff;
	font-family: serif;
	margin-top: 5px;
	margin-left: 5px;
}

table {
	border-spacing: 0px;
}

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

a:hover {
	text-decoration: underline;
	color: blue;
}

.jimshere {
	font-size: 50px;
}

.address {
	font-size: 25px;
	font-style: italic;
}

.footer {
	font-size: 12px;
	text-align: center;
	clear: both;
}

.footer2 {
	font-size: 11px;
	text-align: left;
	margin-left: 5px;
	clear: both;
}

.pagetitle {
	font-size: 40px;
	font-style: italic;
}

.sublink {
	font-size: larger;
	font-style: italic;
	margin-left: 5px;
}

body.writings {
	margin-left: 20%;
	margin-right: 10%;
}

.picture {
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 3%;
}

.subtitle {
	font-size: large;
	font-style: bold;
}

.portrait {
	border: 3px solid #ffffff;
}

a[linktype=new]:link	{
	text-decoration: underline;
	color: red;
}