
/* General CSS Style Sheet for Tosei Sha
----------------------------------------------- */


/* 'p' controls the style of most of the text on the page
----------------------------------------------- */

p {
font-size: .8em;
font-family: Arial, sans-serif;
}

/* 'h2' and h3 are headers 
----------------------------------------------- */

h2{
color:cc0011;
font-size: 1.4em;
font-family: Times New Roman;
padding:0px
}

h3{
color:cc0011;
font-size: 1.2em;
font-family: Times New Roman;
}

/* 'back' is used throughout the site as a kind of general navigation text, like jumping between years of the exhibition archives
----------------------------------------------- */

.back{
font-size: .7em;
font-family: Arial, sans-serif;
}

/* 'address' sets the style of the gallery's contact information, in the bottom right corner of every page
----------------------------------------------- */

p.address {
font-size: 1em;
font-family: Arial, sans-serif;
}

/* 'artist-name' sets the style of the name of the artist on "book" pages
----------------------------------------------- */

.artist-name {
font-size: 1.6em;
font-weight: bold;
font-family: Garamond, Times New Roman, serif;
}

/* 'book-title' sets the style of the name of the book on "book" pages
----------------------------------------------- */

.book-title {
font-size: 1.3em;
font-style: italic;
}

/* 'book-desc' sets the style of the description of the book on "book" pages
----------------------------------------------- */

.book-desc {
font-size: .8em;
}

.center{
text-align: center;
}



