/*
 * 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;
}

.hidden {
    display: none;
}

strong.university {
 font-size: large;
 font-weight: bold;
 font-style: normal;
 color: red;
}

#hometown {
 font-size: x-large;
 font-style: normal;
 color: blue;
}

#noodle {
 font-style: normal;
 font-weight: bold;
 color: green;
}

#cake {
 font-style: normal;
 color: black;
 background: yellow;
}

#mori {
 font-size: x-large;
 font-style: normal;
 color: white;
 background: blue;
}

#ygo {
 font-size: x-large;
 background: red;
}

#undead {
 background: violet;
}

#myphoto {
 margin-right: 0em;
 text-align: right;
}
