#wp-calendar {

margin: 4;

width: auto;

max-width: 400px; /*or whatever size works for you*/

font-weight: normal;

color: #999; }

    body {
        margin:0;
        padding:0;
        font: normal 14px Arial;
}
 p {
        margin:0;
        padding:0;
        font: normal 14px Arial;
}
ul {
        margin:0;
        padding:1px 0px 0px 14px;
	list-style:square;
	font: normal 13px Arial;
             }
a {
	font: normal 13px/1.5em Arial;
	text-decoration: none;
	outline:none;
	font-weight:bold;
	color:#000080;
	}
	
a:hover{
	text-decoration: underline;
	color:#800000;

	}

/*- Menu Tabs H--------------------------- */

    #tabsH {
      float:left;
      width:1000;
      background:#000;
      font-size:14px;
      line-height:normal;
      }
    #tabsH ul {
        margin:0;
        padding:2px 10px 0 60px;
        list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url("tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 6px;
      text-decoration:none;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("tabrightH.gif") no-repeat right top;
      padding:8px 20px 8px 16px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -62px;
      }
    #tabsH a:hover span {
      background-position:100% -62px;
      }

        #tabsH #current a {
                background-position:0% -62px;
        }
        #tabsH #current a span {
                background-position:100% -62px;
        }
	
h2 {
	font: 18px Arial;
	margin: 10px 0 2px 0;
	padding-bottom: 2px;
	font-weight:bold;
color:#000080;
}
strong {
	font: 14px Arial;
	margin: 10px 0px 0px 0px;
	padding-bottom: 8px;
	font-weight:bold;
	text-decoration: none;
	color:#800000;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}
#content {
	text-align: left;	
	margin: 30px 13em 0 3em;
	padding-right: 60px;
}

.storycontent {
	text-align: left;
	text-decoration: none;
	font: 14px Arial;
}
h3 {
	text-align: left;
	padding:2px 2px 0 2px;
		}