﻿/* 
Name:			bulletin.css
Author:			Kevin Mauer
Created:		02/25/2007
Description:	Contains styles for The Bulletin that add a masthead 
                and change the background and border of the page. This style sheet
                gets loaded into every Bulletin page.
*/

.cover_img {
    margin: 0px 20px 10px 0px;
    float: left;
    border: 1px solid #000000;
}

.month_year {
    font-size: 14px;
    font-weight: bold;
}

.volume_issue {

}

.cover_title {
    margin: 0px 20px 0px 0px;
}

.year_links {
    margin: 20px 0px 20px 0px;
}

