﻿@media only screen and (max-width: 600px) {
    body {
    margin-left: 0;
	margin-right: 0;
	}
}

.links {
	font-family: Georgia;
	font-size: small;
	font-weight: bold;
	color: #C0C0C0;
	line-height: normal;
	text-align: center;
}

.links2 {
	font-family: Georgia;
	font-weight: bold;
	font-size: small;
	line-height: normal;
	color: #666666;
	text-align: center;
}

#links {
	width: 100%;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}

#links a {
	text-decoration: none;
	color: #666666;
	font-size: medium;
	font-weight: normal;
}

#links a:hover {
	text-decoration: underline;
	color: #666666;
}


#about1 {
	position: static;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}

#about2 {
	position: static;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}

.about1 {
	font-size: medium;
	font-family: Georgia;
	font-weight: normal;
	color: #666666;
	line-height: 1.5;
}
.about2 {
	font-size: medium;
	font-family: Georgia;
	font-weight: bold;
	color: #C0C0C0;
}

#about1 a:hover {
	text-decoration: underline;
	color: #666666;
}

#about2 a {
	text-decoration: underline;
	color: #666666;
}

#about2 a:hover {
	text-decoration: underline;
	color: #666666;
}

body {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

img {
  max-width: 100%;
  height: auto;
}

