/*
 * CSS Properties for toshi home page
 *
 */

body {
 color: #602727;
 background: #D1EEEE;
}

h2 { 
 margin: 0em 2em 0em 0em;
 font-size: 1.6em;
 font-weight: 600; 
 border-style: solid;
 border-width: 0.2em 0em 0em 1em;
 border-color: blue;
}

hr.hidden {
    display: none;
}

strong.university {
 font-size: large;
 font-weight: bold;
 font-style: normal;
 color: red;
}

strong.hometown {
 font-size: x-large;
 font-style: normal;
 color: blue;
}

strong.noodle {
 font-style: normal;
 font-weight: bold;
 color: green;
}

strong.cake {
 font-style: normal;
 color: black;
 background: yellow;
}

strong.mori {
 font-size: x-large;
 font-style: normal;
 color: white;
 background: blue;
}

strong.ygo {
 font-size: x-large;
 background: red;
}

strong.undead {
 background: violet;
}

p.myphoto {
 margin-right: 0em;
 text-align: right;
}
