/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
    font: 16px/28px arial, sans-serif;
    background-image: url("symphony.png");
    color: #333;
}
.container { 
    width: 80%;
    margin: auto;
}
.header{
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
ul li {
text-align-last: right;
}
a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: blueviolet;
    margin-right: 10px;
}
.judul {
    font-size: 20px;
    font-weight: bold;
}
.judul2 {
    font-size: 14px;
    font-weight: bold;
}

.hero {
    height: 200px;
    background-image: url("mingwei small.png");
    border-top: 10px solid rebeccapurple;
    border-bottom: 10px solid rebeccapurple;
}
.hero2 {
    height: 200px;
    background-image: url("wine.png");
    background-size: cover;
    border-top: 10px solid rebeccapurple;
    border-bottom: 10px solid rebeccapurple;
}
.content {
    padding: 20px;
    background-color: rgba(210, 210, 210, 0.5);
}

p {
    font-size: 13px;
    text-align: justify;
}

form {
    font-size: 13px;
    text-align: justify;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
  }
  th, td {
    padding: 5px;
    text-align: center;    
  }