/* CSS Document *//* Blue44 Studios Style Sheet - Created by: Jamie McConnell *//* Text styles */a {		/* Overall link style */color: #333333;text-decoration: underline;font-weight: normal;}a:hover {		/* Overall hover (mouse over) link style */color: #666666;text-decoration: underline;font-weight: normal;}.headline {		/* News headline text style */font-family:Verdana;font-size:12px;font-style:bold;color:#000000;}.story {		/* News story text style */font-family:Verdana;font-size:11px;font-style:normal;color:#000000;}.footer {		/* Story footer text style */font-family:Verdana;font-size:9px;font-style:normal;color:#333333;}/* Form element styles */textarea, select, input, object {		/* Overall form style */font-family: verdana; font-size: 10px; font-weight: normal; background-color: #ffffff; color: #000000; }/* Border styles - the names are self-explainatory */.border-full {border: 1px solid #000000;}.border-top {border-top: 1px solid #000000;}.border-bottom {border-bottom: 1px solid #000000;}.border-left-right {border-left: 1px solid #000000;border-right: 1px solid #000000;}.border-top-bottom {border-bottom: 1px solid #000000;border-top: 1px solid #000000;}