body {
    font-family: Verdana;
    font-size: 14px;
    color: #660033;
    background-color: #FFCCCC; 
	background-image: url('fil/newlywedsbg.jpg')
    background-repeat: repeat;
	scrollbar-face-color:#F5E8E8;
	scrollbar-arrow-color:#CC6666;
	scrollbar-track-color:#F5E8E8;
	scrollbar-shadow-color:#CC6666;
	scrollbar-highlight-color:#CC6666;
	scrollbar-3dlight-color:#CC6666;
	scrollbar-darkshadow-Color:'';
}

h1 { 
    font-size: 16px;
}

h2 {
    font-size: 24px;
}

p {
    font-size: 14px;
    margin-left: 0.2cm;
    margin-right: 0.2cm;
}

a {
    font-family: Verdana;
    font-size: 14px;
    text-decoration: none;
    color: #660033;
}

a:hover {
    font-family: Verdana;
    font-size: 14px;
    text-decoration: underline;
    color: #660033;
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #c0c0c0;
	-moz-border-radius: 3px 3px 3px 3px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #cccccc;
	-moz-border-radius: 3px 3px 3px 3px;
}