﻿/* Profile elements settings */

		html, body	{
			font-family: helvetica;
			}
			
		p	{
			font-size: 12px;
			}
			
		h1	{
			font-size: 12px;
			line-height: 0px;
			font-weight: normal;
			font-color: #990000;
			}
			
		a.wedding:link {
			color: #0033FF;
			}
		a.wedding:visited	{
			color: #0033FF;
			}
		a.wedding:hover	{
			color: #0033FF;
			font-weight: bold;
			}
		a.wedding:active {
			color: #0033FF;
			}
			
		a.black:link {
			color: black;
			}
		a.black:visited	{
			color: black;
			}
		a.black:hover	{
			color: black;
			font-weight: bold;
			}
		a.black:active {
			color: black;
			}