/* Style-sheet for gay seniors, canada front page and all subsidiary pages */


/* Layout global */

body
{
margin-top: 0px; /* supresses empty space at top of page */
margin-bottom: 0px; /* supresses empty space at bottom of page */
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /* default font for document */
color: #542b0e; /* text colour for document */
text-align: center;
background: #fffd6d; /* 'outermost' background colour for those with monitors displaying > 800x600 screen resolution */
background-image: url(http://gaynorfolk-net.norfolk.on.ca/gaynorfolk-net/brown062.jpg);
 }

a:link { color: #004e0e }
a:visited { color: #c0c0c0 }
a:hover {color: #719d71 }
a:active { color: #f1564b }

/* End of layout global */


/* Layout blocks */

/* div  <div class="websitenameblocknoborder"> */
.websitenameblocknoborder
{
width: 800px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
font-family: "Tahoma", Arial, Helvetica, sans-serif; /* font for document */
font-size: 28pt;
font-style: normal;
font-weight: normal;
text-align: left;
color: #ffffff;
background: #69316b;
 }
 
/* div  <div class="newsfeedblockborder"> */
.newsfeedblockborder
{
width: 400px;
border: #5b005e 1px solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
font-size: 10pt;
font-weight: normal;
text-align: center;
 }

/* div  <div class="informationblockfilledborder"> */
.informationblockfilledborder
{
width: 550px;
border: #5b005e 1px solid;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
font-size: 10pt;
font-weight: bold;
text-align: center;
background: #ffff80;
}

/* div  <div class="informationblockfillednoborder"> */
.informationblockfillednoborder
{
width: 550px;
margin-left: auto;
margin-right: auto;
font-size: 10pt;
font-weight: bold;
text-align: center;
background: #ffff80;
 }

/* End of layout blocks */
