以下是根据提供的素材,简单介绍这个网站的Markdown格式的文本:


@charset "UTF-8";
blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
margin: 0;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset, img {
border: 0;
}
address, caption, cite, code, dfn, em, i, strong, th, var {
font-style: normal;
font-weight: 400;
}
ol, ul {
list-style: none;
}
caption, th {
text-align: left;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: 400;
}
q:after, q:before { content: ""; }
abbr, acronym { border: 0; font-variant: normal; }
sup { vertical-align: text-top; }
sub { valign: text-bottom; }

这是一个CSS样式表的基本结构。它包含了各种元素的默认样式设定,如字体大小、边距和填充等。这些样式可以应用到HTML文档中的任何元素上。