﻿/* CSS Document  for Weightman Family Website*/
/* Styling */
/* Generic entries */
p {
	line-height: 1.25em;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
h1 {
	font-size: 240%;
	font-weight: bold;
	color: rgb(0,0,255);
	text-align: center;
}
h2	{
	font-size: 180%;
	font-weight: normal;
	color: rgb(0,0,255);
}
h3	{
	font-size: 140%;
	font-weight: bold;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
h4	{
	font-size: 120%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* centered paragraph text */
h5	{
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
/* bolded paragraph text */
h6	{
	font-size: 100%;
	font-weight: bold;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}
a:link
{
	color: rgb(128,0,128);
}
a:visited
{
	color: rgb(128,0,128);
} 
a:active 
{
	color: rgb(255,0,0);
}
a:hover
{
	color: rgb(204,153,0); 
}
img a {
	border: 0px;
}
dt {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 1em;

}
dd {
	font-size: 100%;
	font-weight: normal;
	text-indent: 20px;
	margin-bottom: .5em;

}
.red_letters {
	color: rgb(255, 0, 0);	
}
/* End of Generic entries */
.vacation_h3 {
	font-size: 140%;
	font-weight: bold;
	margin-top: 1.0em;
	margin-bottom: 0em;
	text-align: center;
}
.index_h6	{
	font-size: 100%;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: .5em;
	text-align: center;
}
.bold {
	font-weight: bold;
}
.superscript {
	vertical-align: super;
	font-size: x-small;
	line-height: 1.0em;
}
.italics {
	font-style: italic;
}
.border {
	border: 2px solid #666666;
	padding-right: 20px;
	padding-left: 20px;
}