/* CSS Document */

/* body attributes */
body {
color:#303030;
font-family:cursiva;
}

p {
color:#303030;
font-style:normal;
font-size:1.0em;
background:transparent;
}

/* headings*/
h1 {
color:#303030;
font-style:normal;
font-size:2.5em;
background:transparent;
}

h2 {
color:#303030;
font-style:italic;
font-size:2.1em;
background:transparent;
border-style: double;
padding: 0.5cm 8.0cm;
}

h2.wedding {
color:#303030;
font-style:italic;
font-size:2.1em;
background:transparent;
border-style: double;
padding: 0.5cm 8.0cm;
}

h4 {
color:#303030;
font-size:1.0em;
background:transparent;
}

h5 {
color:#303030;
font-size:1.2em;
background:transparent;
padding:0.3cm 0.3cm;
border-style: double;
}

h6 {
color:#303030;
font-size:0.7em;
border: double;
padding:0.1cm 0.1cm;
background:transparent;
}

/*links */
a:link {
color:#303030;
font-weight:bold;
background:transparent;
}

a:visited {
color:#303030;
font-weight:bold;
background:transparent;
}

a:active {
color:#303030;
font-weight:bold;
background:transparent;
}
