/*************************************************************
*    japan_diary.css                                         *
*    -----------------                                       *
*    by James Clarke                                         *
*                                                            *
*    Note you are welcome to use ideas from this in your own *
*     websites, happy web authoring.                         *
*                                                            *
*    Version 2.0  -  20/10/2005                              *
*                                                            *
*************************************************************/
body {
        font-family: Arial, Sans, sans-serif;
        font-size: medium;
        color: black;
        background-color: #EEE;
        }
h1 {
	font-weight: bold;
	font-size: x-large;
	}
h2 {
	font-weight:bold;
	font-size: large;
	}
em {
        font-weight: bold;
        }
sup {
	font-size: x-small;
	}
p {
        text-align: justify;
        padding: 0;
        margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	width: 98%;
        }
p.diary_photo {
        text-align: center;
	}
p.navigation {
        text-align: center;
	}
p.reference {
	text-align: justify;
	padding: 0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1.5em;
	margin-right: 0.5em;
	width: 95%;
	}
p.film_strip {
	text-align: left;
        padding: 0;
	margin: 0;
	}
a:link {
	background: #EEE;
	text-decoration: none;
	}
a:visited {
	background: #EEE;
	text-decoration: none;
	}
a:hover {
	background: #888;
	text-decoration: none;
	}
img.support {
	border:0;
	width:88px;
	height:31px;
	}
	
        